summaryrefslogtreecommitdiff
path: root/bash.go
diff options
context:
space:
mode:
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)
}
}