Skip to content

Commit

Permalink
Merge commit 'refs/pull/35/head' of github.com:chuckfairy/node-webcam…
Browse files Browse the repository at this point in the history
… into bug/delay-seconds-or-mili
  • Loading branch information
chuckfairy committed May 5, 2019
2 parents 26cb572 + f358997 commit 263d66b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/webcams/WindowsWebcam.js
Expand Up @@ -42,10 +42,10 @@ WindowsWebcam.prototype = Object.create( Webcam.prototype );

WindowsWebcam.prototype.constructor = WindowsWebcam;

WindowsWebcam.prototype.bin = Path.resolve(
WindowsWebcam.prototype.bin = "\"" + Path.resolve(
__dirname, "..", "bindings",
"CommandCam", "Commandcam.exe"
);
) + "\"";


/**
Expand Down

0 comments on commit 263d66b

Please sign in to comment.