Skip to content

Commit

Permalink
updated: Send SIGKILL signal.
Browse files Browse the repository at this point in the history
  • Loading branch information
gf3 committed Oct 18, 2010
1 parent c908b39 commit d548fa7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/sandbox.js
Expand Up @@ -32,7 +32,7 @@ var sys = require( 'sys' )
timer = setTimeout( function() {
child.stdout.removeListener( 'output', output )
stdout = 'TimeoutError'
child.kill( 'SIGHUP' )
child.kill( 'SIGKILL' )
}, this.options.timeout )
}
}
Expand Down

0 comments on commit d548fa7

Please sign in to comment.