Skip to content

Commit

Permalink
REF: Use latest spawnly
Browse files Browse the repository at this point in the history
  • Loading branch information
royriojas committed Aug 13, 2015
1 parent fa0a73a commit 451b41d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,8 @@ module.exports = {
var me = this;
commands.forEach( function ( cp ) {
if ( !cp.exitCode ) {
cp.removeAllListeners( 'close' );

cp.removeAllListeners( 'exit' );
cp.removeAllListeners( 'error' );
me.fire( 'command:killed', cp );
cp.kill( 'SIGINT' );
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
"clix": "^1.1.5",
"dispatchy": "^1.0.3",
"extend": "^3.0.0",
"spawnly": "^0.1.0"
"spawnly": "^1.0.0"
},
"bugs": {
"url": "https://github.com/royriojas/shell-executor/issues"
Expand Down

0 comments on commit 451b41d

Please sign in to comment.