mirror of
https://github.com/Ale32bit/Capy64.git
synced 2025-02-18 07:32:30 +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…
Add table
Reference in a new issue