aboutsummaryrefslogtreecommitdiffhomepage
path: root/internal/system.go
diff options
context:
space:
mode:
Diffstat (limited to 'internal/system.go')
-rw-r--r--internal/system.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/system.go b/internal/system.go
index a8d915ce..e98bb67e 100644
--- a/internal/system.go
+++ b/internal/system.go
@@ -109,7 +109,7 @@ func (s *Std) Open(name string) (fs.File, error) {
return os.Open(name)
}
func (s *Std) Exit(code int) {
- os.Exit(code)
+ fmsg.Exit(code)
}
const xdgRuntimeDir = "XDG_RUNTIME_DIR"