Skip to content

Commit

Permalink
Merge pull request #58 from jimnys-8/patch-1
Browse files Browse the repository at this point in the history
Incorrect warning
  • Loading branch information
chuckfairy authored Jun 27, 2022
2 parents 930d156 + 52610a4 commit 3e77a86
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Webcam.js
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,7 @@ Webcam.prototype = {
if(
location === null
&& scope.opts.callbackReturn ===
Webcam.CallbackReturnTypes.buffer
Webcam.CallbackReturnTypes.location
) {

console.warn(
Expand Down

0 comments on commit 3e77a86

Please sign in to comment.