(eventName, stopLogging, processHandler)
| 20 | } |
| 21 | |
| 22 | const stopProcessLogging = (eventName, stopLogging, processHandler) => { |
| 23 | stopLogging() |
| 24 | unsetProcessEvent(eventName, processHandler) |
| 25 | } |
| 26 | |
| 27 | // Start logging and stub `process.exit()` and `setTimeout()` |
| 28 | export const startClockLogging = (opts) => { |
nothing calls this directly
no test coverage detected
searching dependent graphs…