Skip to content

Commit

Permalink
Fix ICP messages in delegation.
Browse files Browse the repository at this point in the history
  • Loading branch information
flatheadmill committed Jun 22, 2016
1 parent b98bb5b commit 8871392
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion program.js
Expand Up @@ -247,7 +247,8 @@ Program.prototype.delegate = cadence(function (async, prefix) {
stdout: this.stdout,
stdin: this.stdin,
stderr: this.stderr,
events: this.events
events: this._process,
send: this.send
}
f(this.env, argv, io, async())
})
Expand Down

0 comments on commit 8871392

Please sign in to comment.