Fix typo in error-handler.js
This commit is contained in:
parent
8edb3d282e
commit
980a49e5c5
|
@ -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');
|
||||||
|
|
Loading…
Reference in New Issue