digitalbazaar / bedrock-vue-pdf417

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

dlongley opened this issue · comments

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.