mirror of
https://github.com/Unitech/pm2.git
synced 2025-12-08 20:35:53 +00:00
The escape code should be \033, but that doesn't work in strict mode, probably because of that it was changed to \\033 which isn't valid either.
The escape code should be \033, but that doesn't work in strict mode, probably because of that it was changed to \\033 which isn't valid either.