@@ -26,10 +26,6 @@ public abstract partial class LuaFunction
{
return await InvokeAsyncCore(context, buffer, cancellationToken);
}
- catch (Exception ex) when (ex is not (LuaException or OperationCanceledException))
- {
- throw new LuaRuntimeException(state.GetTraceback(), ex.Message);
- }
finally
thread.PopCallStackFrame();