diff options
| author | Jeff Carr <[email protected]> | 2024-12-18 23:06:00 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2024-12-18 23:06:00 -0600 |
| commit | d5f45aef137c6298b6092e160bd1fb2476b5062f (patch) | |
| tree | adacd5742c52abc978eed61a834dcba66db645fa | |
| parent | 3408d9434b9f1316f4391a335bffc30f8a09bad4 (diff) | |
does this exit correctly? is it done or not done?v0.22.20
| -rw-r--r-- | cmd.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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() |
