fixes
Fabio Cevasco h3rald@h3rald.com
Tue, 31 Dec 2024 22:58:53 +0100
1 files changed,
1 insertions(+),
0 deletions(-)
jump to
M
src/symbols.c
→
src/symbols.c
@@ -2901,6 +2901,7 @@ ctx->settings->errors_enabled = 1;
if (strcmp(ctx->error, "") != 0) { + hex_debug(ctx, "[symbol try] Handling error: %s", ctx->error); for (size_t i = 0; i < catch_block->quotation_size; i++) { if (hex_push(ctx, catch_block->data.quotation_value[i]) != 0)