Open dlongley opened 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.
await
this.scanner
null
Need an
await
added in a try/catch that does something with the error -- minimally logging it for now? Thenthis.scanner
should be set tonull
to drop the reference.