summaryrefslogtreecommitdiff
path: root/cmd.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2024-12-18 23:06:00 -0600
committerJeff Carr <[email protected]>2024-12-18 23:06:00 -0600
commitd5f45aef137c6298b6092e160bd1fb2476b5062f (patch)
treeadacd5742c52abc978eed61a834dcba66db645fa /cmd.go
parent3408d9434b9f1316f4391a335bffc30f8a09bad4 (diff)
does this exit correctly? is it done or not done?v0.22.20
Diffstat (limited to 'cmd.go')
-rw-r--r--cmd.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd.go b/cmd.go
index cd843c1..48580c5 100644
--- a/cmd.go
+++ b/cmd.go
@@ -228,7 +228,7 @@ func PathRunRealtime(pwd string, args []string) cmd.Status {
finalStatus := <-statusChan
if len(finalStatus.Cmd) != 0 {
if string(finalStatus.Cmd) != "go" {
- log.Info("shell.Run() finalStatus.Cmd is", finalStatus.Cmd)
+ log.Info("shell.Run() ok goroutine end?", finalStatus.Cmd, finalStatus.Exit)
}
}
return findCmd.Status()