Fix typo in error-handler.js
This commit is contained in:
@@ -6,7 +6,7 @@
|
|||||||
* See README.md for usage and integration instructions.
|
* See README.md for usage and integration instructions.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
// Fallback for all uncought errors
|
// Fallback for all uncaught errors
|
||||||
function handleError(event, err) {
|
function handleError(event, err) {
|
||||||
try {
|
try {
|
||||||
const msg = document.getElementById('noVNC_fallback_errormsg');
|
const msg = document.getElementById('noVNC_fallback_errormsg');
|
||||||
|
|||||||
Reference in New Issue
Block a user