summaryrefslogtreecommitdiff
path: root/cmd.go
diff options
context:
space:
mode:
Diffstat (limited to 'cmd.go')
-rw-r--r--cmd.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/cmd.go b/cmd.go
index f58bf25..c3a861a 100644
--- a/cmd.go
+++ b/cmd.go
@@ -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
}