()
| 495 | } |
| 496 | |
| 497 | function setupDebugEnv() { |
| 498 | require('internal/util/debuglog').initializeDebugEnv(process.env.NODE_DEBUG); |
| 499 | if (getOptionValue('--expose-internals')) { |
| 500 | require('internal/bootstrap/realm').BuiltinModule.exposeInternals(); |
| 501 | } |
| 502 | } |
| 503 | |
| 504 | // This has to be called after initializeReport() is called |
| 505 | function initializeReportSignalHandlers() { |
no test coverage detected
searching dependent graphs…