digitalbazaar / bedrock-vue-pdf417

Other
1 stars 0 forks source link

`this.scanner.destroy()` returns a promise that is not awaited/handled #16

Open dlongley opened 2 years ago

dlongley commented 2 years ago

Need an await added in a try/catch that does something with the error -- minimally logging it for now? Then this.scanner should be set to null to drop the reference.