aboutsummaryrefslogtreecommitdiff
path: root/gomuks.go
diff options
context:
space:
mode:
Diffstat (limited to 'gomuks.go')
-rw-r--r--gomuks.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/gomuks.go b/gomuks.go
index 5edae3a..494f182 100644
--- a/gomuks.go
+++ b/gomuks.go
@@ -117,7 +117,7 @@ func (gmx *Gomuks) Recover() {
if gmx.debugMode {
panic(p)
} else {
- debug.PrettyPanic()
+ debug.PrettyPanic(p)
}
}
}