@ -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
}