2 以下瑣碎的腳本立即退出,退出?停止node.js的過程中使用process.on時監聽消息 來源 2012-05-20 foldl +1 這可能是相關的嗎? http://stackoverflow.com/questions/8989780/better-way-to-make-node-not-exit – Pickels
5 你總是可以做process.stdin.resume();這會讓你的進程保持打開狀態,直到在標準輸入接收到EOF或者你明確退出(標準輸入流最初暫停以防止這種情況發生,除非你真的需要它)。 來源 2012-05-25 04:09:20 ebohlman
這可能是相關的嗎? http://stackoverflow.com/questions/8989780/better-way-to-make-node-not-exit – Pickels