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 cbd8265 commit ddd830d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test/sequential/test-debugger-exceptions.js
Expand Up @@ -56,7 +56,6 @@ const path = require('path');
assert.deepStrictEqual(cli.breakInfo, { filename: script, line: 1 });
await cli.command('c');
await cli.waitFor(/disconnect/);
await cli.quit();
} finally {
cli.quit();
}
Expand Down

0 comments on commit ddd830d

Please sign in to comment.