-
Notifications
You must be signed in to change notification settings - Fork 2.7k
Open
Description
On a fresh install of pm2 and macos I did the following:
- Configure pm2 for startup
- Dumpfile is empty
pm2 start --name test "yes"
- Script with name test starts
pm2 status
At this point I was expecting this warning to be logged:
Line 30 in 3b3b547
Common.warn(`Current process list is not synchronized with saved list. Type 'pm2 save' to synchronize.`) |
pm2 save
pm2 delete test
pm2 status
At this point I would be expecting this warning:
Line 27 in 3b3b547
Common.warn(`Current process list is not synchronized with saved list. App ${chalk.bold(diff.join(' '))} differs. Type 'pm2 save' to synchronize.`) |
In neither case the warning shows up.
This has regressed since 5.4.3 and has been broken since 6.0.5.
Metadata
Metadata
Assignees
Labels
No labels