mirror of
https://github.com/fish-shell/fish-shell.git
synced 2024-11-26 10:43:47 +08:00
Fix typo
This commit is contained in:
parent
af6dc9221f
commit
1232cfd3bb
|
@ -14,7 +14,7 @@ pub fn panic_handler(main: impl FnOnce() -> i32 + UnwindSafe) -> ! {
|
|||
set_hook(Box::new(move |panic_info| {
|
||||
standard_hook(panic_info);
|
||||
printf!(
|
||||
"%s with crashed, please report a bug. Debug PID %d or press Enter to exit",
|
||||
"%s crashed, please report a bug. Debug PID %d or press Enter to exit",
|
||||
PROGRAM_NAME.get().unwrap(),
|
||||
unsafe { libc::getpid() }
|
||||
);
|
||||
|
|
Loading…
Reference in New Issue
Block a user