From d5f45aef137c6298b6092e160bd1fb2476b5062f Mon Sep 17 00:00:00 2001
From: Jeff Carr <jcarr@wit.com>
Date: Wed, 18 Dec 2024 23:06:00 -0600
Subject: [PATCH] does this exit correctly? is it done or not done?

---
 cmd.go | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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