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