Showing 1-20 of 687 packages
A replacement for process.exit that ensures stdio are fully drained before exiting.
A replacement for process.exit that ensures stdio are fully drained before exiting.
Signature API with extras features from node.js process.exit
putout plugin adds ability to find and remove process.exit
putout plugin adds ability to convert top-level return to process.exit
🐊Putout plugin adds ability to find and remove process.exit
A replacement for process.exit that ensures stdio are fully drained before exiting
🐊Putout plugin adds ability to find and remove process.exit
Simple wrapper for process.exit
Simple JS "transform" tool that will call window.close or process.exit when TAP output is complete
A generic testing utility that mocks process.exit
Fix for Windows' drain error on process.exit (Issue 3584)
Makes `process.exit` a deprecated no-op.
exiting a node.js process *and flushing stdout and stderr*
Run some code when the process exits (supports async hooks and pm2 clustering)
Adds a breakpoint to process.exit
Patch for assuring that winston log messages are written to file before exiting
when you want to fire an event no matter how a process exits.
```node.js const provoker = require('provoker'); provoker.provoke(['Username:-', 'Password:-'], (results) => { console.log(results); process.exit(); }); ``` ###### The 'process.exit();' line The process.exit(); line is extremely important
Portable Unix shell commands for Node.js, modified by mb, remove process.exit