Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.
nginxDaemon.on('exit', function() {
forever.stopAll();
process.exit(1);
});.action(function () {
forever.stopAll();
console.log("blititor server is stopped...");
});process.on('exit', function() {
forever.stopAll();
});