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 cbd8265 commit ddd830dCopy full SHA for ddd830d
test/sequential/test-debugger-exceptions.js
@@ -56,7 +56,6 @@ const path = require('path');
56
assert.deepStrictEqual(cli.breakInfo, { filename: script, line: 1 });
57
await cli.command('c');
58
await cli.waitFor(/disconnect/);
59
- await cli.quit();
60
} finally {
61
cli.quit();
62
}
0 commit comments