Skip to content

Commit

Permalink
Don't detache spawned binary process
Browse files Browse the repository at this point in the history
  • Loading branch information
leo committed Jul 12, 2016
1 parent cbd48b0 commit 5431331
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -289,8 +289,7 @@ class Args {

// Run binary of sub command
this.child = spawn(full, args, {
stdio: 'inherit',
detached: true
stdio: 'inherit'
})

// Throw an error if something fails within that binary
Expand Down

0 comments on commit 5431331

Please sign in to comment.