diff options
Diffstat (limited to 'unwind.c')
-rw-r--r-- | unwind.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -292,7 +292,7 @@ val uw_throw(val sym, val exception) } if (uw_exception_subtype_p(sym, query_error_s) || uw_exception_subtype_p(sym, file_error_s)) { - if (!output_produced) + if (opt_print_bindings) put_line(lit("false"), std_output); exit(EXIT_FAILURE); } |