(event)
| 34 | } |
| 35 | |
| 36 | const isExitEvent = (event) => |
| 37 | event === 'uncaughtException' || event === 'unhandledRejection' |
| 38 | |
| 39 | // Let tasks complete for a few seconds before forcing the exit |
| 40 | const forceExitProcess = () => { |
no outgoing calls
no test coverage detected
searching dependent graphs…