[ 原始碼: node-exit ]
套件:node-exit(0.1.2+~0.1.31-1)
node-exit 的相關連結
Debian 的資源:
下載原始碼套件 node-exit:
- [node-exit_0.1.2+~0.1.31-1.dsc]
- [node-exit_0.1.2+~0.1.31.orig-types-exit.tar.gz]
- [node-exit_0.1.2+~0.1.31.orig.tar.gz]
- [node-exit_0.1.2+~0.1.31-1.debian.tar.xz]
維護小組:
外部的資源:
- 主頁 [github.com]
相似套件:
replacement for process.exit that ensures stdio is fully drained
To make a long story short, if process.exit is called on Windows, script output is often truncated when pipe-redirecting stdout or stderr. This module attempts to work around this issue by waiting until those streams have been completely drained before actually calling process.exit.
See Node.js issue
Node.js is an event-based server-side JavaScript engine.