Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Question: how to not suppress windows created by pm2 daemon process? #2047

Closed
malcoriel opened this issue Mar 27, 2016 · 3 comments
Closed
Labels

Comments

@malcoriel
Copy link

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:

{
  "apps": [
    {
      "name": "selenium-server",
      "script": "./node_modules/selenium-server/bin/selenium",
      "args": ["-Dwebdriver.chrome.driver=./node_modules/chromedriver/lib/chromedriver/chromedriver.exe"]
    }
  ]
}

@Amzul
Copy link

Amzul commented Apr 17, 2016

we have similar issue on version 0.14.7
on windows server 2012 (aws instance)

every CMD application is killed 👎

@malcoriel
Copy link
Author

@Amzul They are not killed, but hidden. In fact, this is desired behavior - but in some cases we need to override it.

@stale
Copy link

stale bot commented May 24, 2020

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.

@stale stale bot added the stale label May 24, 2020
@stale stale bot closed this as completed Jun 7, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants