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
{{ message }}
This repository was archived by the owner on Aug 29, 2026. It is now read-only.
I was wondering if you could help me out but I'm using your script but the generate pid always seems to get 2 number below the real process id of the running node app.
i.e. the reported pid is 20195 but when I tried to do a ps -aux | grep node, i could see the pid is actually 20197.
Hi,
I was wondering if you could help me out but I'm using your script but the generate pid always seems to get 2 number below the real process id of the running node app.
i.e. the reported pid is 20195 but when I tried to do a ps -aux | grep node, i could see the pid is actually 20197.
Do you know what might be going wrong