Disable lua script if loading fails
This commit is contained in:
parent
bd53807b0f
commit
cf2b83b102
|
@ -909,6 +909,7 @@ namespace BizHawk.Client.EmuHawk
|
|||
}
|
||||
catch (IOException)
|
||||
{
|
||||
item.State = LuaFile.RunState.Disabled;
|
||||
WriteLine($"Unable to access file {item.Path}");
|
||||
}
|
||||
catch (Exception ex)
|
||||
|
|
Loading…
Reference in New Issue