Refresh before abort
This ensures that abort message is actually visible to the user.
This commit is contained in:
parent
bc220962e3
commit
be4e9d20a5
1 changed files with 2 additions and 0 deletions
|
@ -1106,6 +1106,8 @@ grub_fatal (const char *fmt, ...)
|
|||
grub_vprintf (_(fmt), ap);
|
||||
va_end (ap);
|
||||
|
||||
grub_refresh ();
|
||||
|
||||
grub_abort ();
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue