From dae59705a1414a861f1de13dfb1e69fe6581c084 Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Tue, 28 Mar 2023 08:53:51 -0500 Subject: remove places the app could exit Signed-off-by: Jeff Carr --- bash.go | 1 + 1 file changed, 1 insertion(+) (limited to 'bash.go') diff --git a/bash.go b/bash.go index 6daacec..2f4b8ca 100644 --- a/bash.go +++ b/bash.go @@ -53,6 +53,7 @@ func test() error { func mainBash() { if err := test(); err != nil { + log(logError, "exit in mainBash()") exit(err) } } -- cgit v1.2.3