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 4d0cb65 commit 3aa0054Copy full SHA for 3aa0054
1 file changed
test/parallel/test-debugger-restart-message.js
@@ -20,7 +20,7 @@ const startCLI = require('../common/debugger');
20
21
async function onWaitForInitialBreak() {
22
try {
23
- await cli.waitForInitialBreak();
+ await cli.waitFor(/Debugger attached\./);
24
await cli.waitForPrompt();
25
assert.strictEqual(cli.output.match(listeningRegExp).length, 1);
26
0 commit comments