mirror of
https://git.proxmox.com/git/grub2
synced 2025-08-08 15:31:30 +00:00
Refresh before abort
This ensures that abort message is actually visible to the user.
This commit is contained in:
parent
bc220962e3
commit
be4e9d20a5
@ -1106,6 +1106,8 @@ grub_fatal (const char *fmt, ...)
|
|||||||
grub_vprintf (_(fmt), ap);
|
grub_vprintf (_(fmt), ap);
|
||||||
va_end (ap);
|
va_end (ap);
|
||||||
|
|
||||||
|
grub_refresh ();
|
||||||
|
|
||||||
grub_abort ();
|
grub_abort ();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user