summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--main.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/main.go b/main.go
index 7e46dc6..4bde514 100644
--- a/main.go
+++ b/main.go
@@ -167,6 +167,7 @@ func main() {
debug() // sits here forever
}
+ // safe exits back to your shell (with timing and toolkit close)
if err != nil {
me.sh.BadExit(s, err)
}