You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The idea is to spawn a node script and output its log within the main app view.
Now this works great on OSX, however it does not work on windows. The stdout and stderr are always output in the main process "console".
It feels like ```stdio: 'inherit' is always used.
The text was updated successfully, but these errors were encountered:
@zcbenz well i see the output in the console if i run my app from the console.
So i am not sure this is it.
i am wondering if it s related to this issue nodejs/node-v0.x-archive#3871
@zcbenz I managed to get it to work even before your PR :D ELECTRON_NO_ATTACH_CONSOLE seems to have done the trick for me.
Will report on your PR when released.
Thanks for your work
I have that script in my app:
The idea is to spawn a node script and output its log within the main app view.
Now this works great on OSX, however it does not work on windows. The stdout and stderr are always output in the main process "console".
It feels like ```stdio: 'inherit' is always used.
The text was updated successfully, but these errors were encountered: