diff options
Diffstat (limited to 'cmd.go')
| -rw-r--r-- | cmd.go | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 } |
