| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent a2e4643 commit e97ceec
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -27,7 +27,7 @@ async function testBreakpointOnStart(session) { | |||
| 27 | 27 | } | |
| 28 | 28 | ||
| 29 | 29 | async function runTests() { | |
| 30 | - const child = new NodeInstance(['--inspect', '--inspect-brk']); | ||
| 30 | + const child = new NodeInstance(['--inspect-brk=0']); | ||
| 31 | 31 | const session = await child.connectInspectorSession(); | |
| 32 | 32 | ||
| 33 | 33 | await testBreakpointOnStart(session); | |
| Back | FazBrowse Home | New Git URL |
0 commit comments