diff options
| -rw-r--r-- | init.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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() { |
