Tagged Questions
4
votes
2answers
110 views
Unable to capture program exit
I started a program written using Node.js and started it using launch pipe into logfile and send it to background.
Half way running the program exited w/o any error both on the console nor the log, I ...