node-cmd icon indicating copy to clipboard operation
node-cmd copied to clipboard

how to kill a node-cmd process ?

Open drschwabe opened this issue 2 years ago • 0 comments

I'm trying to cancel running a node-cmd invoked script ....

but the script keeps running after I tried :

process.kill(nodecmdProcess.pid, 'SIGKILL')

and :

nodecmdProcess.kill('SIGKILL')

drschwabe avatar Apr 28 '22 21:04 drschwabe