mirror of
https://git.proxmox.com/git/grub2
synced 2025-08-06 02:13:11 +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);
|
||||
va_end (ap);
|
||||
|
||||
grub_refresh ();
|
||||
|
||||
grub_abort ();
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user