diff options
Diffstat (limited to 'unwind.c')
-rw-r--r-- | unwind.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -112,6 +112,7 @@ static void uw_unwind_to_exit_point(void) if (opt_loglevel >= 1) { val prefix = format(nil, lit("~a:"), prog_string, nao); + flush_stream(std_output); format(std_error, lit("~a unhandled exception of type ~a:\n"), prefix, sym, nao); |