NodeJs 如何返回exit Code
code =1; process.emit("exit ") process.reallyExit(code);
[NodeJS]exit code
原文:http://www.cnblogs.com/buhaiqing/p/4389898.html