mirror of
https://github.com/fish-shell/fish-shell
synced 2025-01-14 05:53:59 +00:00
Fix typo
This commit is contained in:
parent
af6dc9221f
commit
1232cfd3bb
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue