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
Today, when a Lua script tries to access an undeclared key we just return an error such as:
Error running script (call to <hash>): @user_script:248: script tried accessing undeclared key
To make debugging easier, we should print which key was attempted to access. This could help, for example, when the key is missing hashtags, etc
Note to future self: CheckKeysDeclared should likely return the key at hand if indeed it fails.
CheckKeysDeclared
The text was updated successfully, but these errors were encountered:
chakaz
Successfully merging a pull request may close this issue.
Today, when a Lua script tries to access an undeclared key we just return an error such as:
To make debugging easier, we should print which key was attempted to access. This could help, for example, when the key is missing hashtags, etc
Note to future self:
CheckKeysDeclared
should likely return the key at hand if indeed it fails.The text was updated successfully, but these errors were encountered: