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 eaa5957 commit 5b4ba52Copy full SHA for 5b4ba52
1 file changed
test/common/debugger.js
@@ -103,9 +103,9 @@ function startCLI(args, flags = [], spawnOpts = {}) {
103
return this.waitFor(/>\s+$/);
104
},
105
106
- waitForInitialBreak() {
+ async waitForInitialBreak() {
107
return this.waitFor(/break (?:on start )?in/i)
108
- .then(() => {
+ .then(async () => {
109
if (isPreBreak(this.output)) {
110
return this.command('next', false)
111
.then(() => this.waitFor(/break in/));
0 commit comments