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
After upgrading my pm2 to 1.0.2 I found that it wonderfully hides all annoying console windows that were popping up before (in v0.x) when launching apps. However, this improvement added unexpected annoyance - now my chrome windows (pm2 -> selenium -> chromedriver -> chrome) also do not pop up! I launch my selenium server via pm2, and now that makes my tests harder to debug since I cannot see what's going on.
How can I configure old behavior or do some workarounds for a specific app managed by pm2?
Info:
pm2 --version 1.0.2
node --version v5.7.0
OS Win10 Professional x64
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
After upgrading my pm2 to 1.0.2 I found that it wonderfully hides all annoying console windows that were popping up before (in v0.x) when launching apps. However, this improvement added unexpected annoyance - now my chrome windows (pm2 -> selenium -> chromedriver -> chrome) also do not pop up! I launch my selenium server via pm2, and now that makes my tests harder to debug since I cannot see what's going on.
How can I configure old behavior or do some workarounds for a specific app managed by pm2?
Info:
pm2 --version 1.0.2
node --version v5.7.0
OS Win10 Professional x64
Selenium app config I use:
The text was updated successfully, but these errors were encountered: