[ 源代码: node-exit ]
软件包:node-exit(0.1.2+~0.1.31-2)
node-exit 的相关链接
Debian 的资源:
下载源码包 node-exit:
- [node-exit_0.1.2+~0.1.31-2.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-2.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.