Skip to content

Commit

Permalink
don't remove log files
Browse files Browse the repository at this point in the history
  • Loading branch information
fb55 committed Aug 29, 2012
1 parent a73eb5a commit 5b7f30b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion bin/monitor
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,6 @@ function start(options) {
//
function cleanUp(){
fs.unlinkSync(options.pidFile);
fs.unlinkSync(options.logFile);
}
monitor.on('stop', cleanUp);
monitor.on('exit', cleanUp);
Expand Down

0 comments on commit 5b7f30b

Please sign in to comment.