summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2024-12-07 16:49:40 -0600
committerJeff Carr <[email protected]>2024-12-07 16:49:40 -0600
commit99eded53985df3d7926486b32edaf530346b85e4 (patch)
treefd879bc77d587b96db6e8459b04eb21a95b54775
parent62e2d64ff9fe59e0118ea30a16083e26e1a7437c (diff)
wrong return varv0.22.15
-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
}