express - Node.js - Any way to Recover a Saved-Over Script that is Currently Running? -


i've accidentally saved on existing node.js script-file making blank on file system. i'm not using type of version control, long script file seems unrecoverable.

however, app running via pm2 (because started before made mistake).

is there way recover file running app via node.js command prompt?


Comments