We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
ReferenceError: b is not defined
1 parent f1cc385 commit cfa9a1cCopy full SHA for cfa9a1c
index.js
@@ -27,6 +27,7 @@ module.exports.screen.highlight = function (x, y, width, height, duration, opaci
27
}
28
29
module.exports.screen.capture = function (x, y, width, height) {
30
+ let b;
31
//If coords have been passed, use them.
32
if (
33
typeof x !== "undefined" &&
0 commit comments