You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Divergent env variables from local env
/home/ubuntu/.nvm/versions/node/v16.14.0/lib/node_modules/pm2/lib/API/UX/pm2-describe.js:179
obj[key] = _env[key].slice(0, process.stdout.columns - 60)
^
TypeError: _env[key].slice is not a function
at /home/ubuntu/.nvm/versions/node/v16.14.0/lib/node_modules/pm2/lib/API/UX/pm2-describe.js:179:28
at Array.forEach (<anonymous>)
at module.exports [as describe] (/home/ubuntu/.nvm/versions/node/v16.14.0/lib/node_modules/pm2/lib/API/UX/pm2-describe.js:176:25)
at /home/ubuntu/.nvm/versions/node/v16.14.0/lib/node_modules/pm2/lib/API.js:1881:14
at Array.forEach (<anonymous>)
Running cmd pm2 info app-name in Go.
varshstring=fmt.Sprintf("pm2 info %q", "some-app")
cmd:=exec.Command("bash", "-c", sh)
The text was updated successfully, but these errors were encountered:
fritx
added a commit
to we-fork/pm2
that referenced
this issue
May 30, 2024
What's going wrong?
How could we reproduce this issue?
Running cmd
pm2 info app-name
in Go.The text was updated successfully, but these errors were encountered: