Skip to content

Commit

Permalink
Update test/sequential/test-debugger-exceptions.js
Browse files Browse the repository at this point in the history
  • Loading branch information
Trott committed Sep 23, 2022
1 parent 2d15d93 commit cbd8265
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test/sequential/test-debugger-exceptions.js
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,6 @@ const path = require('path');
await cli.command('breakOnUncaught');
await cli.stepCommand('r'); // Also, the setting survives the restart.
await cli.waitForInitialBreak();
await cli.waitForInitialBreak();
assert.deepStrictEqual(cli.breakInfo, { filename: script, line: 1 });
await cli.stepCommand('c');
assert.ok(cli.output.includes(`exception in ${script}:9`));
Expand Down

0 comments on commit cbd8265

Please sign in to comment.