summaryrefslogtreecommitdiff
path: root/bash.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2023-03-28 08:53:51 -0500
committerJeff Carr <[email protected]>2023-03-28 08:53:51 -0500
commitdae59705a1414a861f1de13dfb1e69fe6581c084 (patch)
tree5881c06abc316c400fd6126e927bce41b9893486 /bash.go
parent91787b9121e68620cb589a403c044b40c1ad3d8d (diff)
remove places the app could exitv0.1
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'bash.go')
-rw-r--r--bash.go1
1 files changed, 1 insertions, 0 deletions
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)
}
}