Commit 8e1c3561 authored by thatfuckingbird's avatar thatfuckingbird Committed by GitHub

fix typo in function call (eror -> error)

parent ff6f4680
......@@ -568,7 +568,7 @@ function extraNetworksShowMetadata(text) {
return;
}
} catch (error) {
console.eror(error);
console.error(error);
}
var elem = document.createElement('pre');
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment