This commit is contained in:
sxyazi 2025-04-12 17:53:22 +08:00
parent ad1d7e86d1
commit c63669870e
No known key found for this signature in database

View file

@ -10,7 +10,7 @@ impl Panic {
std::panic::set_hook(Box::new(move |info| {
Term::goodbye(|| {
hook(info);
true as i32
1
});
}));
}