better catching of error in lua callbacks

This commit is contained in:
adelikat 2015-01-31 02:25:23 +00:00
parent 53cda95ca5
commit 22c62d16a9
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@ namespace BizHawk.Client.Common
{
_function.Call();
}
catch (SystemException ex)
catch (Exception ex)
{
logCallback(
"error running function attached by the event " +