Skip to content

Commit 1b42d40

Browse files
committed
Fix compute exec stream exit handling
1 parent caff931 commit 1b42d40

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pkg/cmd/compute/exec.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,7 @@ func newComputeExec() *cobra.Command {
8080
if v.ExitCode != 0 {
8181
os.Exit(int(v.ExitCode))
8282
}
83+
return nil
8384
}
8485
}
8586
if err := stream.Err(); err != nil {

0 commit comments

Comments
 (0)