Skip to content

Commit 18115a4

Browse files
committed
update debug
1 parent 81eb0e6 commit 18115a4

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

others/debug/public/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -220,8 +220,8 @@ <h1 style="font-size: 1.5em">Read Barcodes from Camera - Debug</h1>
220220
.addEventListener("click", async () => {
221221
const { cameraEnhancer, router } = await pInit;
222222

223-
await router.stopCapturing();
224-
await cameraEnhancer.close();
223+
router.stopCapturing();
224+
cameraEnhancer.close();
225225
});
226226

227227
let switchVideoSettings = async () => {

0 commit comments

Comments
 (0)