diff --git a/Capy64/Runtime/RuntimeManager.cs b/Capy64/Runtime/RuntimeManager.cs index cc62bdf..ab740e8 100644 --- a/Capy64/Runtime/RuntimeManager.cs +++ b/Capy64/Runtime/RuntimeManager.cs @@ -68,7 +68,7 @@ internal class RuntimeManager : IPlugin Start(); } } - catch (LuaException e) + catch (Exception e) { Console.Error.WriteLine(e); inPanic = true;