Skip to content

Commit

Permalink
[watcher] clearInterval fix
Browse files Browse the repository at this point in the history
  • Loading branch information
alejandro committed Mar 24, 2012
1 parent c44fe86 commit 1fdae9f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/chroot_runner.js
Original file line number Diff line number Diff line change
Expand Up @@ -164,6 +164,7 @@ var myPid = daemon.start();
});
} else {
log_line.call('Watcher', 'Process exited. Dieing. N01', LOG_STDERR);
clearInterval(child_watcher_timer);
}
});
} else {
Expand Down

0 comments on commit 1fdae9f

Please sign in to comment.