child process - Electron's app.relaunch() loose stdio -


using

chokidar.watch(mainfile).on('change', () => {    app.relaunch();    app.exit(0); }); 

i can have electron app auto-reload on source change. since main process killed, loose terminal output necessary debugging. there way use app.relaunch() retaining stdio of parent process?


Comments

Popular posts from this blog

asynchronous - C# WinSCP .NET assembly: How to upload multiple files asynchronously -

aws api gateway - SerializationException in posting new Records via Dynamodb Proxy Service in API -

asp.net - Problems sending emails from forum -