()
| 29 | let traceWarningHelperShown = false; |
| 30 | |
| 31 | function resetForSerialization() { |
| 32 | if (fd !== undefined) { |
| 33 | process.removeListener('exit', closeFdOnExit); |
| 34 | } |
| 35 | fd = undefined; |
| 36 | warningFile = undefined; |
| 37 | traceWarningHelperShown = false; |
| 38 | } |
| 39 | |
| 40 | function lazyOption() { |
| 41 | // This will load `warningFile` only once. If the flag is not set, |
no test coverage detected
searching dependent graphs…