We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2a0dd2d commit 1fda29bCopy full SHA for 1fda29b
test/es-module/test-esm-error-cache.js
@@ -7,7 +7,7 @@ const assert = require('assert');
7
8
common.crashOnUnhandledRejection();
9
10
-const file = '../../fixtures/syntax/bad_syntax.js';
+const file = '../fixtures/syntax/bad_syntax.js';
11
12
let error;
13
(async () => {
0 commit comments