()
| 107 | process.on('exit', onexit); |
| 108 | |
| 109 | function onexit() { |
| 110 | hooks.disable(); |
| 111 | hooks.sanityCheck('WRITEWRAP'); |
| 112 | checkDestroyedWriteWraps(1, 'process exits'); |
| 113 | } |
nothing calls this directly
no test coverage detected
searching dependent graphs…