| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -103,9 +103,9 @@ function startCLI(args, flags = [], spawnOpts = {}) { | |||
| 103 | 103 | return this.waitFor(/>\s+$/); | |
| 104 | 104 | }, | |
| 105 | 105 | ||
| 106 | - waitForInitialBreak() { | ||
| 106 | + async waitForInitialBreak() { | ||
| 107 | 107 | return this.waitFor(/break (?:on start )?in/i) | |
| 108 | - .then(() => { | ||
| 108 | + .then(async () => { | ||
| 109 | 109 | if (isPreBreak(this.output)) { | |
| 110 | 110 | return this.command('next', false) | |
| 111 | 111 | .then(() => this.waitFor(/break in/)); | |
| Back | FazBrowse Home | New Git URL |
0 commit comments