aboutsummaryrefslogtreecommitdiffhomepage
path: root/state.go
diff options
context:
space:
mode:
Diffstat (limited to 'state.go')
-rw-r--r--state.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/state.go b/state.go
index 40b550cb..3a3f9a68 100644
--- a/state.go
+++ b/state.go
@@ -30,6 +30,6 @@ func tryState() {
fmt.Println("No information available")
}
- os.Exit(0)
+ fmsg.Exit(0)
}
}