From 709094a80f9bf51485df9dc215688b9a4c9dbe54 Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Thu, 4 Sep 2025 08:04:32 -0500 Subject: panic() here for stacktrace --- init.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/init.go b/init.go index f105167..a8a1084 100644 --- a/init.go +++ b/init.go @@ -182,7 +182,7 @@ func crash(r any, what string) { log.Warn("PANIC ecovered in ", r, what) UnloadToolkits() log.Warn("PANIC ecovered in before n.Custom()", r, what) - os.Exit(-1) + panic(what) } func watchCallback() { -- cgit v1.2.3