bitovi / launchpad

NodeJS Browser Launcher
MIT License
46 stars 28 forks source link

Browsers process instances needs to be spawned and detached #118

Closed cherifGsoul closed 4 years ago

cherifGsoul commented 4 years ago

The problem:

For now This happens with Google Chrome and Firefox.

Solution:

to

spawn(cmd, args, { detach: true, stdio: ['ignore', outFile, errFile] }})