Fix typo in error-handler.js

This commit is contained in:
Liao Peiyuan
2025-04-10 12:29:19 -07:00
committed by GitHub
parent 8edb3d282e
commit 980a49e5c5

View File

@@ -6,7 +6,7 @@
* See README.md for usage and integration instructions.
*/
// Fallback for all uncought errors
// Fallback for all uncaught errors
function handleError(event, err) {
try {
const msg = document.getElementById('noVNC_fallback_errormsg');