Esa-Matti Suuronen

Results 2 comments of Esa-Matti Suuronen

Here's a simple script to reproduce ``` echo "initial pid $$" exec node -e 'console.log(`Node pid is ${process.pid}`)' ``` Since the script is using `exec` it replaces itself with the...

Ya, probably the best way to fix this, but this does fix the issues with Nix.