Fix typo :) (#430)

This commit is contained in:
Jeremy Press 2023-08-27 20:57:19 -07:00 committed by GitHub
parent b6b1dabde0
commit 082fdf2e80
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -118,7 +118,7 @@ function addGlobalPageResources(
loadTime: "afterDOMReady",
contentType: "inline",
script: `
const socket = new WebSocket('${wsUrl}'')
const socket = new WebSocket('${wsUrl}')
socket.addEventListener('message', () => document.location.reload())
`,
})