In Node.js, CTRL+C doesn't work when the script is executing and hangs. You need to kill the process. A possible solution is to use worker_threads for the eval in Node.js.
In Node.js, CTRL+C doesn't work when the script is executing and hangs. You need to kill the process.
A possible solution is to use worker_threads for the eval in Node.js.