console.log("Starting of the process") // Binding the event to the eventhandler process.on('exit',() => { console.log("process.exit() method is fired") }) ...
確定! 回上一頁