Skip to content

Commit

Permalink
Update test/sequential/test-debugger-auto-resume.mjs
Browse files Browse the repository at this point in the history
  • Loading branch information
Trott committed Sep 24, 2022
1 parent a748b61 commit e685a5a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/sequential/test-debugger-auto-resume.mjs
Expand Up @@ -4,7 +4,7 @@ skipIfInspectorDisabled();

import { path as _path } from '../common/fixtures.js';
import startCLI from '../common/debugger.js';
import { addLibraryPath } from '../common/shared-lib-util.mjs';
import { addLibraryPath } from '../common/shared-lib-util.js';

import { deepStrictEqual, strictEqual } from 'assert';
import { relative } from 'path';
Expand Down

0 comments on commit e685a5a

Please sign in to comment.