Skip to content

Commit

Permalink
Merge pull request AUTOMATIC1111#15531 from thatfuckingbird/fix-misty…
Browse files Browse the repository at this point in the history
…ped-function-name

fix typo in function call (eror -> error)
  • Loading branch information
AUTOMATIC1111 committed Apr 21, 2024
2 parents c0eaeb1 + 8e1c356 commit d1998d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion javascript/extraNetworks.js
Original file line number Diff line number Diff line change
Expand Up @@ -568,7 +568,7 @@ function extraNetworksShowMetadata(text) {
return;
}
} catch (error) {
console.eror(error);
console.error(error);
}

var elem = document.createElement('pre');
Expand Down

0 comments on commit d1998d7

Please sign in to comment.