Print Exception variable in Rewrite

This commit is contained in:
Fraser Waters 2017-07-23 11:06:04 +01:00
parent 9bd713fb08
commit f099ae6db7

View file

@ -150,6 +150,7 @@ namespace OpenTK.Rewrite
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(inex);
}
}