Skip to content

Commit ddd830d

Browse files
authored
Update test/sequential/test-debugger-exceptions.js
1 parent cbd8265 commit ddd830d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

test/sequential/test-debugger-exceptions.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,6 @@ const path = require('path');
5656
assert.deepStrictEqual(cli.breakInfo, { filename: script, line: 1 });
5757
await cli.command('c');
5858
await cli.waitFor(/disconnect/);
59-
await cli.quit();
6059
} finally {
6160
cli.quit();
6261
}

0 commit comments

Comments
 (0)