Skip to content

Commit

Permalink
[Jenson|Aishwarya] fix job execution error handling
Browse files Browse the repository at this point in the history
  • Loading branch information
jensoncs committed Feb 12, 2019
2 parents 6b7310c + 9f7ffea commit 981f303
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/execution/executioner.go
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ func NewCmd(printer io.Printer, proctorDClient daemon.Client, osExitFunc func(in
osExitFunc(1)
return
}

printer.Println("Proc submitted for execution. \nStreaming logs:", color.FgGreen)
err = proctorDClient.StreamProcLogs(executedProcName)
if err != nil {
Expand Down

0 comments on commit 981f303

Please sign in to comment.