mirror of
https://github.com/AUTOMATIC1111/stable-diffusion-webui.git
synced 2025-12-06 02:30:30 -08:00
fix typo in function call (eror -> error)
This commit is contained in:
parent
ff6f4680c4
commit
8e1c3561be
1 changed files with 1 additions and 1 deletions
|
|
@ -568,7 +568,7 @@ function extraNetworksShowMetadata(text) {
|
|||
return;
|
||||
}
|
||||
} catch (error) {
|
||||
console.eror(error);
|
||||
console.error(error);
|
||||
}
|
||||
|
||||
var elem = document.createElement('pre');
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue