| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent bfec80f commit d9867b9
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -1072,7 +1072,8 @@ function createRepl(inspector) { | |||
| 1072 | 1072 | .then(() => Debugger.setPauseOnExceptions({ state: 'none' })) | |
| 1073 | 1073 | .then(() => Debugger.setAsyncCallStackDepth({ maxDepth: 0 })) | |
| 1074 | 1074 | .then(() => Debugger.setBlackboxPatterns({ patterns: [] })) | |
| 1075 | - .then(() => Debugger.setPauseOnExceptions({ state: pauseOnExceptionState })) | ||
| 1075 | + .then(() => | ||
| 1076 | + Debugger.setPauseOnExceptions({ state: pauseOnExceptionState })) | ||
| 1076 | 1077 | .then(() => restoreBreakpoints()) | |
| 1077 | 1078 | .then(() => Runtime.runIfWaitingForDebugger()); | |
| 1078 | 1079 | } | |
| Back | FazBrowse Home | New Git URL |
0 commit comments