This commit is contained in:
adelikat 2020-07-13 17:25:16 -05:00
parent b87f976c39
commit 40e19e64fe
1 changed files with 1 additions and 1 deletions

View File

@ -122,7 +122,7 @@ namespace BizHawk.Client.EmuHawk
#if DEBUG #if DEBUG
if (e is ReflectionTypeLoadException rtle) if (e is ReflectionTypeLoadException rtle)
{ {
foreach (var e1 in rtle.LoaderExceptions) Debug.WriteLine(e1.Message); foreach (var e1 in rtle.LoaderExceptions) System.Diagnostics.Debug.WriteLine(e1.Message);
} }
#endif #endif
item.ToolTipText = e switch item.ToolTipText = e switch