Compare commits

...

1 Commits

Author SHA1 Message Date
Cole Miller
7a49611b0e Don't abort in panic hook 2024-12-22 06:20:12 -05:00

View File

@@ -128,8 +128,6 @@ pub fn init_panic_hook(
}
}
}
std::process::abort();
}));
}