[ ソース: 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.