简体   繁体   中英

what prevents node.js to exit process?

Is there any way to debug or determine what prevents node.js script to exit? All my code run is finished, I removed all event listeners, but process is still active.

You can use process.exit(<code>) to leave the program and check what they call "event loop" too

source : http://nodejs.org/api/process.html#process_process_exit_code

and : http://nodejs.org/api/repl.html

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM