Skip to content

Commit

Permalink
feat: update error comment
Browse files Browse the repository at this point in the history
  • Loading branch information
scortier committed Oct 4, 2021
1 parent b9ce2c8 commit 183c25c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion agent/agent.go
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ func (r *Agent) Run(recipe recipe.Recipe) (run Run) {
// start listening.
// this process is blocking
if err := stream.broadcast(); err != nil {
run.Error = errors.Wrap(err, "failed to stream")
run.Error = errors.Wrap(err, "failed to broadcast stream")
}

// code will reach here stream.Listen() is done.
Expand Down

0 comments on commit 183c25c

Please sign in to comment.