mirror of
https://github.com/Ed94/raddebugger.git
synced 2026-08-14 09:18:09 +00:00
disable crash handler to diagnose crash in github workflows
This commit is contained in:
@@ -87,7 +87,8 @@ t_run(T_Run run)
|
||||
{
|
||||
T_RunCtx ctx = {0};
|
||||
ctx.run = run;
|
||||
os_safe_call(t_run_caller, t_run_fail_handler, &ctx);
|
||||
//os_safe_call(t_run_caller, t_run_fail_handler, &ctx);
|
||||
t_run_caller(&ctx);
|
||||
return ctx.result;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user