| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -53,6 +53,7 @@ const cli = startCLI([script]); | |||
| 53 | 53 | 'marks the debugger line'); | |
| 54 | 54 | ||
| 55 | 55 | await cli.command('sb("break.js", 6)'); | |
| 56 | + await cli.waitFor(/> 6.*[.\s\S]*debug>/); | ||
| 56 | 57 | assert.doesNotMatch(cli.output, /Could not resolve breakpoint/); | |
| 57 | 58 | ||
| 58 | 59 | await cli.command('sb("otherFunction()")'); | |
| Back | FazBrowse Home | New Git URL |
0 commit comments