Improve display of errors from Cheat Code Converter
This commit is contained in:
parent
fa15e35603
commit
7f25044498
|
@ -62,7 +62,8 @@ namespace BizHawk.Client.EmuHawk
|
|||
}
|
||||
catch (Exception ex)
|
||||
{
|
||||
DialogController.ShowMessageBox($"An Error occured: {ex.GetType()}", "Error", EMsgBoxIcon.Error);
|
||||
using ExceptionBox dialog = new(ex);
|
||||
this.ShowDialogAsChild(dialog);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue