()
| 385 | let waitForInitialBreakRender = false; |
| 386 | |
| 387 | function resetOnStart() { |
| 388 | knownScripts = {}; |
| 389 | currentBacktrace = null; |
| 390 | selectedFrame = null; |
| 391 | |
| 392 | if (exitDebugRepl) exitDebugRepl(); |
| 393 | exitDebugRepl = null; |
| 394 | } |
| 395 | resetOnStart(); |
| 396 | |
| 397 | const INSPECT_OPTIONS = { colors: inspector.stdout.isTTY }; |
no outgoing calls
no test coverage detected
searching dependent graphs…