wrong return var

This commit is contained in:
Jeff Carr 2024-12-07 16:49:40 -06:00
parent 62e2d64ff9
commit 99eded5398
1 changed files with 1 additions and 0 deletions

1
cmd.go
View File

@ -210,6 +210,7 @@ func PathRunRealtime(pwd string, args []string) cmd.Status {
// Block waiting for command to exit, be stopped, or be killed
finalStatus := <-statusChan
return findCmd.Status()
return finalStatus
}