Refresh before abort

This ensures that abort message is actually visible to the user.
This commit is contained in:
Vladimir Serbinenko 2016-02-20 09:12:15 +01:00
parent bc220962e3
commit be4e9d20a5

View file

@ -1106,6 +1106,8 @@ grub_fatal (const char *fmt, ...)
grub_vprintf (_(fmt), ap);
va_end (ap);
grub_refresh ();
grub_abort ();
}