-
Notifications
You must be signed in to change notification settings - Fork 2.6k
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
PM2 list don't show process id if process id > 99 #4475
Labels
Comments
aha good catch will fix that |
Unitech
added a commit
that referenced
this issue
Oct 25, 2019
Btw, it seems that the title of processes is truncated now, is there a way to display the full title ? Thanks ! |
try it out:
|
This fix has been incorporated to the latest PM2 release. npm install pm2@latest -g
pm2 update |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
What's going wrong?
PM2 list don't show process ids of process that have an id superior to 100, it seems to be an encoding problem ?
How could we reproduce this issue?
Launch more than 99 scripts with pm2
Supporting information
The problem arrives since I did npm install pm2@latest && pm2 update to get last version
Issue is solved if I re-install PM2 v3.5.1 with the old display
The text was updated successfully, but these errors were encountered: