diff options
Diffstat (limited to 'core')
-rw-r--r-- | core/abort.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/core/abort.c b/core/abort.c index 08f9d1c..edc7d29 100644 --- a/core/abort.c +++ b/core/abort.c @@ -32,4 +32,5 @@ void rune_abort(void) { log_output(LOG_INFO, "Abort called, printing stack trace"); _stack_trace(); rune_exit(); + exit(-1); } |