diff options
| author | unknowntrojan <14975032+unknowntrojan@users.noreply.github.com> | 2023-05-18 11:02:34 +0200 |
|---|---|---|
| committer | unknowntrojan <14975032+unknowntrojan@users.noreply.github.com> | 2023-05-18 11:02:34 +0200 |
| commit | 059fb8187e17f42bab5b6bce13d45f49a378d2e9 (patch) | |
| tree | 889ecb618b305e9dd96d93c2035c64e0a2db5c0a /src | |
| parent | 9c62eb39dfe135b8b9cfe359fdf721298786c078 (diff) | |
don't try to write a logfile in release
Diffstat (limited to 'src')
| -rw-r--r-- | src/lib.rs | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -871,7 +871,7 @@ pub extern "C" fn CorePluginInit() -> bool { log::info!("binja_coolsigmaker by unknowntrojan loaded!"); log::info!("say hello to the little ninja in your binja"); - // #[cfg(debug_assertions)] + #[cfg(debug_assertions)] std::panic::set_hook(Box::new(|info| { let string = format!( "{}\n{:#?}\n{}", |
