diff options
| -rw-r--r-- | main.go | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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) } |
