Skip to content

Commit

Permalink
Fix childCommand.pid output
Browse files Browse the repository at this point in the history
  • Loading branch information
blakeembrey committed Oct 2, 2018
1 parent 1e13588 commit 1e8ad66
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Expand Up @@ -71,7 +71,7 @@ class Job {
}

if (this.childCommand) {
log(`killing command ${this.childOutpipe.pid}`)
log(`killing command ${this.childCommand.pid}`)
treeKill(this.childCommand.pid, killSignal)
}
}
Expand Down

0 comments on commit 1e8ad66

Please sign in to comment.