We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The drawbacks only that in lua 5.1 we can't pass varargs into xpcall and we need to use closure function for that
Check the performance is it worth to split logic on debug/release or platrform check to do this
But we can get a good traceback directly to the error line with that
The text was updated successfully, but these errors were encountered:
Insality
No branches or pull requests
The drawbacks only that in lua 5.1 we can't pass varargs into xpcall and we need to use closure function for that
Check the performance is it worth to split logic on debug/release or platrform check to do this
But we can get a good traceback directly to the error line with that
The text was updated successfully, but these errors were encountered: