-
Notifications
You must be signed in to change notification settings - Fork 2.7k
Open
Description
What's going wrong?
When I run pm2-runtime app.js --disable-source-map-support, source map support is still enabled.
When I run pm2-runtime start app.js --disable-source-map-support, it says the flag is not supported:
error: unknown option `--disable-source-map-support'
How could we reproduce this issue?
pm2-runtime app.js --disable-source-map-support or pm2-runtime start app.js --disable-source-map-support.
Supporting information
The docs say that this flag should be supported:
https://pm2.keymetrics.io/docs/usage/source-map-support/#disable-source-map-support
This is supported both via CLI and via a JSON file.
Tested with PM2 v4.5.5
leemooyoung, ogelacinyc, msimon, holidayworking, haseeb-lab and 1 more
Metadata
Metadata
Assignees
Labels
No labels