does this exit correctly? is it done or not done?

This commit is contained in:
Jeff Carr 2024-12-18 23:06:00 -06:00
parent 3408d9434b
commit 9a3e2628fd
1 changed files with 1 additions and 1 deletions

2
cmd.go
View File

@ -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()