mirror of
https://github.com/Ale32bit/Capy64.git
synced 2025-01-18 10:36:44 +00:00
Cover every error from Lua to display panic screen
This commit is contained in:
parent
ad34d6185b
commit
38ff61f614
1 changed files with 1 additions and 1 deletions
|
@ -68,7 +68,7 @@ internal class RuntimeManager : IPlugin
|
|||
Start();
|
||||
}
|
||||
}
|
||||
catch (LuaException e)
|
||||
catch (Exception e)
|
||||
{
|
||||
Console.Error.WriteLine(e);
|
||||
inPanic = true;
|
||||
|
|
Loading…
Reference in a new issue