diff --git a/bun.lockb b/bun.lockb new file mode 100755 index 0000000..05ee8b1 Binary files /dev/null and b/bun.lockb differ diff --git a/public/scripts/video.js b/public/scripts/video.js index 6d31205..8eb6c1f 100644 --- a/public/scripts/video.js +++ b/public/scripts/video.js @@ -43,7 +43,7 @@ myPeer.on("open", async (id) => { ) } catch (error) { console.log(error) - if (error instanceof DOMException) return //showNoVideoPrompt() + if (error instanceof DOMException) return showNoVideoPrompt() throw error }