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
An std::invalid_argument exception is thrown when say() is used on a blank string. Scratch program demonstrating the bug: sayblank_error.zip
std::invalid_argument
say()
Output of the Scratch program when run with Scrape (error message included):
Hello! terminate called after throwing an instance of 'std::invalid_argument' what(): stod Aborted (core dumped)
The text was updated successfully, but these errors were encountered:
00ea9b5
#4 also applies to LooksThink; fixed it
38cdbbb
No branches or pull requests
An
std::invalid_argument
exception is thrown whensay()
is used on a blank string. Scratch program demonstrating the bug:sayblank_error.zip
Output of the Scratch program when run with Scrape (error message included):
The text was updated successfully, but these errors were encountered: