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 583c479 commit 9137925Copy full SHA for 9137925
test/parallel/test-debugger-run-after-quit-restart.js
@@ -41,7 +41,7 @@ const path = require('path');
41
.then(() => {
42
assert.match(cli.output, /Use `run` to start the app again/);
43
})
44
- .then(() => cli.stepCommand('run'))
+ .then(() => cli.command('run'))
45
.then(() => cli.waitForInitialBreak())
46
.then(() => cli.waitForPrompt())
47
@@ -71,7 +71,7 @@ const path = require('path');
71
72
73
74
75
76
77
0 commit comments