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
luathread
currently, we get messages like: luathread: [000000000ac986c9] 6, where 6 is an errno. we could have more meaningful information.
luathread: [000000000ac986c9] 6
6
errno
The text was updated successfully, but these errors were encountered:
perhaps we could have something as strerror()
strerror()
Sorry, something went wrong.
can you give the steps to reproduce such message? couldn't figure it only by looking at the source.. thanks!
No branches or pull requests
currently, we get messages like:
luathread: [000000000ac986c9] 6
, where6
is anerrno
. we could have more meaningful information.The text was updated successfully, but these errors were encountered: