I did something rather stupid and updated some node.js
modules on a live server. Luckily the process
is still running thanks to Forever
, but the file server.js
that made the whole thing tick no longer exists on the system.
Is there a way to get the file back in some manner since the process
is still live?
I am running Ubuntu on DigitalOcean.