Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix xpcall error in error handler #453

Merged
merged 3 commits into from Nov 4, 2023

Conversation

mzki
Copy link
Contributor

@mzki mzki commented Aug 12, 2023

Fixes #452 .

Changes proposed in this pull request:

  • xpcall with error in error handler returns (false, error-object)
  • Revert back call stack in case of error in error handler for LState#PCall

@yuin yuin merged commit 9d7d921 into yuin:master Nov 4, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

xpcall with error in error handler returns (nil, nil)
2 participants