mirror of
https://github.com/Ryujinx/Opentk.git
synced 2025-07-07 11:50:45 +00:00
Print Exception variable in Rewrite
This commit is contained in:
parent
9bd713fb08
commit
f099ae6db7
|
@ -150,6 +150,7 @@ namespace OpenTK.Rewrite
|
||||||
catch (InvalidOperationException inex)
|
catch (InvalidOperationException inex)
|
||||||
{
|
{
|
||||||
Console.WriteLine("Failed to load the assembly. It may already have been rewritten, and the debug symbols no longer match.");
|
Console.WriteLine("Failed to load the assembly. It may already have been rewritten, and the debug symbols no longer match.");
|
||||||
|
Console.WriteLine(inex);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue