UNPKG
on-exit
Version:
latest (1.0.1)
1.0.1
1.0.0
Register tasks to perform when the process exits.
github.com/Prestaul/on-exit
on-exit
/
tests
/
child-with-logger.js
6 lines
(4 loc)
•
84 B
JavaScript
View Raw
1
2
3
4
5
6
var
onExit =
require
(
'../'
); onExit.
logger
(
function
(
msg
) { process.
send
(msg); });