Enabled stack trace in repl as well
h3rald h3rald@h3rald.com
Sun, 06 Apr 2025 21:43:57 +0200
1 files changed,
0 insertions(+),
2 deletions(-)
jump to
M
src/main.c
→
src/main.c
@@ -421,14 +421,12 @@ }
#if !(__EMSCRIPTEN__) if (!isatty(fileno(stdin))) { - ctx->settings->stack_trace_enabled = 0; // Process piped input from stdin hex_process_stdin(ctx); } #endif else { - ctx->settings->stack_trace_enabled = 0; // Start REPL hex_repl(ctx); }