| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 22e3579 commit dd28ff8
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -20,7 +20,7 @@ const startCLI = require('../common/debugger'); | |||
| 20 | 20 | ||
| 21 | 21 | async function onWaitForInitialBreak() { | |
| 22 | 22 | try { | |
| 23 | - await cli.waitForInitialBreak(); | ||
| 23 | + await cli.waitFor(/ ok\n/); | ||
| 24 | 24 | await cli.waitForPrompt(); | |
| 25 | 25 | assert.strictEqual(cli.output.match(listeningRegExp).length, 1); | |
| 26 | 26 | ||
| Back | FazBrowse Home | New Git URL |
0 commit comments