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
I am on Windows 7.
Node 0.10.33
The example as I said work fine. The browser opens and stays open until I close it and the stop event is called.
But when I place the launch code inside my app, it doesn't work as expected. Chrome never launches and the stop event is called almost immediately.
I am using forever-monitor for node app.
The browser-launcher2 is called when the server accept a post API.
Any ideas why this isn't working as expected and the browser stops immediately?
What am I missing?
Thank you
The text was updated successfully, but these errors were encountered:
The only thing I can imagine is that it cannot be a child process. Inside another js file and get called. It needs to be called directly as a parent process.
This is my only guess why it is not working as expected.
I am on Windows 7.
Node 0.10.33
The example as I said work fine. The browser opens and stays open until I close it and the stop event is called.
But when I place the launch code inside my app, it doesn't work as expected. Chrome never launches and the stop event is called almost immediately.
I am using forever-monitor for node app.
The browser-launcher2 is called when the server accept a post API.
Any ideas why this isn't working as expected and the browser stops immediately?
What am I missing?
Thank you
The text was updated successfully, but these errors were encountered: