()
| 3 | 'use strict'; |
| 4 | |
| 5 | function exit() { |
| 6 | // Do not close process until Pythagora finishing up is done |
| 7 | } |
| 8 | |
| 9 | process.on('SIGINT', exit.bind(this)); |
| 10 | process.on('exit', exit.bind(this)); |
nothing calls this directly
no outgoing calls
no test coverage detected