[ Bron: node-exit ]
Pakket: node-exit (0.1.2+~0.1.31-1)
Verwijzigingen voor node-exit
Debian bronnen:
Het bronpakket node-exit downloaden:
- [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]
Beheerders:
Externe bronnen:
- Homepage [github.com]
Vergelijkbare pakketten:
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.