We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8ff77fc commit a748b61Copy full SHA for a748b61
1 file changed
test/sequential/test-debugger-auto-resume.mjs
@@ -2,7 +2,7 @@ import { skipIfInspectorDisabled } from '../common/index.mjs';
2
3
skipIfInspectorDisabled();
4
5
-import { path as _path } from '../common/fixtures.mjs';
+import { path as _path } from '../common/fixtures.js';
6
import startCLI from '../common/debugger.js';
7
import { addLibraryPath } from '../common/shared-lib-util.mjs';
8
0 commit comments