console log lua exceptions, workaround for #607
This commit is contained in:
parent
fcb0c8bc32
commit
5024f6022e
|
@ -94,6 +94,7 @@ namespace BizHawk.Client.Common
|
|||
}
|
||||
catch (LuaException ex)
|
||||
{
|
||||
Console.WriteLine(ex);
|
||||
Logger(ex.ToString());
|
||||
if (exceptionCallback != null)
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue