Skip to content

Commit

Permalink
added note about killNode
Browse files Browse the repository at this point in the history
  • Loading branch information
AJ ONeal committed Oct 14, 2011
1 parent 5aa5640 commit 560615d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/github-hook/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@
var child
;

// make sure your daemon respawns processes that exit!
// that way this is effectively a reload
function killNode(err, stdout, stderr) {
res.end(JSON.stringify({
error: err
Expand Down

0 comments on commit 560615d

Please sign in to comment.