Skip to content

Commit

Permalink
fix codacy error
Browse files Browse the repository at this point in the history
  • Loading branch information
mebjas committed Dec 20, 2021
1 parent 9e15b7b commit bef29cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/html5-qrcode.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1025,7 +1025,7 @@ export class Html5Qrcode {
// Alternatively, the config is expected to be of type QrDimensions.
if (qrboxSize.width === undefined || qrboxSize.height === undefined) {
throw "Invalid instance of QrDimensions passed for "
+ "'config.qrbox'. Both 'width' and 'height' should be set."
+ "'config.qrbox'. Both 'width' and 'height' should be set.";
}
}

Expand Down

0 comments on commit bef29cf

Please sign in to comment.