Skip to content

Commit

Permalink
Fix delegated process property.
Browse files Browse the repository at this point in the history
  • Loading branch information
flatheadmill committed Aug 22, 2016
1 parent 56d6138 commit 93318d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion program.js
Expand Up @@ -362,7 +362,7 @@ Program.prototype.delegate = cadence(function (async, format, argv) {
env: this.env,
stdin: this.stdin,
stderr: this.stderr,
process: this,
events: this,
send: this.send
}, async())
})
Expand Down

0 comments on commit 93318d3

Please sign in to comment.