mirror of
https://github.com/sxyazi/yazi.git
synced 2026-07-25 08:41:05 +00:00
..
This commit is contained in:
parent
ad1d7e86d1
commit
c63669870e
1 changed files with 1 additions and 1 deletions
|
|
@ -10,7 +10,7 @@ impl Panic {
|
||||||
std::panic::set_hook(Box::new(move |info| {
|
std::panic::set_hook(Box::new(move |info| {
|
||||||
Term::goodbye(|| {
|
Term::goodbye(|| {
|
||||||
hook(info);
|
hook(info);
|
||||||
true as i32
|
1
|
||||||
});
|
});
|
||||||
}));
|
}));
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue