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

Popular posts from this blog

Sort a complex associative array in PHP -

vb.net - How to ignore if a cell is empty nothing -

recursion - Can every recursive algorithm be improved with dynamic programming? -