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
node -v8.11.3
The text was updated successfully, but these errors were encountered:
me too node -v7.7.3
Sorry, something went wrong.
Same on 8.10.0
Opening in O_NONBLOCKING MODE # # Fatal error in ../../v8/src/objects.cc, line 3550 # Check failed: receiver->IsJSFunction(). # #0 0x00000199c5e4 <unknown> #1 0x000003c7c030 <unknown> #2 0x007f7b88cd38 V8_Fatal() #3 0x007f7bda647c <unknown> #4 0x007f7c0a0a90 node::MakeCallback() #5 0x007f7c0a0d04 node::MakeCallback() #6 0x007f755bd870 (anonymous namespace)::Camera::StopCB()
Workaround: GIve stop() a callback function as the first argument.
cam.stop(()=>{})
or cam.stop(function(){});
cam.stop(function(){});
No branches or pull requests
node -v8.11.3
The text was updated successfully, but these errors were encountered: