Skip to content

Commit

Permalink
fix: remove entry_point.c file
Browse files Browse the repository at this point in the history
  • Loading branch information
jlenon7 committed Sep 21, 2023
1 parent 22d6cfc commit 61b8d8b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 8 deletions.
2 changes: 1 addition & 1 deletion lib/internal/util.js
Original file line number Diff line number Diff line change
Expand Up @@ -377,7 +377,7 @@ function getCWDURL() {
// It's a relatively cheap call performance-wise for the most common use case.
cwd = process.cwd();
} catch {
cachedURL ??= pathToFileURL("/");
cachedURL ??= pathToFileURL(sep);
}

if (cwd != null && cwd !== cachedCWD) {
Expand Down
7 changes: 0 additions & 7 deletions test/js-native-api/test_cannot_run_js/entry_point.c

This file was deleted.

0 comments on commit 61b8d8b

Please sign in to comment.