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
Version
1.5.0
Description
When I accidentally fed screen.find() a search region outside the screen's boundaries, the process terminated with a cryptic runtime error like that:
screen.find()
terminate called after throwing an instance of 'std::runtime_error' what(): OpenCV Error: (0 <= roi.x && 0 <= roi.width && roi.x + roi.width <= m.cols && 0 <= roi.y && 0 <= roi.height && roi.y + roi.height <= m.rows) in Mat, in file /node_modules/opencv-build/opencv/opencv/modules/core/src/matrix.cpp, line 473, status -215 Aborted (core dumped)
A promise rejection would seem preferable.
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
Version
1.5.0
Description
When I accidentally fed
screen.find()
a search region outside the screen's boundaries, the process terminated with a cryptic runtime error like that:A promise rejection would seem preferable.
The text was updated successfully, but these errors were encountered: