Skip to content

Commit

Permalink
Fix log contante to match case
Browse files Browse the repository at this point in the history
  • Loading branch information
dikaso committed Jul 8, 2024
1 parent 3c41bc5 commit a5edd09
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/plugin/barcode-scan.js
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ function processKeyEvent(e) {
&& (previousKey.event && (currentTime - previousKey.receivedAt) < (treshold * 2))
&& whitelistedKeys.test(previousKey.event.key)
) {
logger.out('debug', '[GGP] Plugin Barcode: Adding previous key.',
logger.out('debug', '[GGP] Plugin Barcode: Append previous key.',
previousKey.event.code,
previousKey.event.key
);
Expand Down

0 comments on commit a5edd09

Please sign in to comment.