From 980a49e5c5f4d14103a9e90a82d721c4f5578faf Mon Sep 17 00:00:00 2001 From: Liao Peiyuan Date: Thu, 10 Apr 2025 12:29:19 -0700 Subject: [PATCH] Fix typo in error-handler.js --- app/error-handler.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/error-handler.js b/app/error-handler.js index 5f6ffb67..ef1cb64c 100644 --- a/app/error-handler.js +++ b/app/error-handler.js @@ -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');