fix typo in function call (eror -> error)

This commit is contained in:
thatfuckingbird
2024-04-15 21:17:24 +02:00
committed by GitHub
parent ff6f4680c4
commit 8e1c3561be

View File

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