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 cc96741 commit c05d7aeCopy full SHA for c05d7ae
test/parallel/test-debugger-run-after-quit-restart.js
@@ -42,6 +42,8 @@ const path = require('path');
42
assert.match(cli.output, /Use `run` to start the app again/);
43
})
44
.then(() => cli.command('run'))
45
+ .then(() => cli.waitFor(/Debugger attached\./))
46
+ .then(() => cli.waitForPrompt())
47
.then(() => cli.waitForInitialBreak())
48
.then(() => cli.waitForPrompt())
49
.then(() => {
@@ -72,6 +74,8 @@ const path = require('path');
72
74
73
75
76
77
78
79
80
81
0 commit comments