Merge pull request #15531 from thatfuckingbird/fix-mistyped-function-name

fix typo in function call (eror -> error)
This commit is contained in:
AUTOMATIC1111 2024-04-21 07:43:19 +03:00 committed by GitHub
commit d1998d747d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -568,7 +568,7 @@ function extraNetworksShowMetadata(text) {
return; return;
} }
} catch (error) { } catch (error) {
console.eror(error); console.error(error);
} }
var elem = document.createElement('pre'); var elem = document.createElement('pre');