mirror of
https://github.com/novnc/noVNC.git
synced 2025-09-04 19:50:23 +00:00
Fix typo in error-handler.js
This commit is contained in:
@@ -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');
|
||||
|
Reference in New Issue
Block a user