Skip to content

Commit f692d4e

Browse files
committed
Update index.html
1 parent 18f5093 commit f692d4e

File tree

1 file changed

+2
-0
lines changed
  • barcode-scanner-api-samples/scan-single-barcode/use-customized-template

1 file changed

+2
-0
lines changed

barcode-scanner-api-samples/scan-single-barcode/use-customized-template/index.html

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,8 @@
6767
alert(result.barcodeResults[0].text);
6868
}
6969
console.log("result: ", result);
70+
}).catch((err)=>{
71+
console.error(err);
7072
})
7173
}
7274

0 commit comments

Comments
 (0)