Replaced a console log with a consola.error

This commit is contained in:
Nicolai Ort 2020-12-10 17:44:17 +01:00
parent d5e5e27ca3
commit aaeef4a27e

View File

@ -26,6 +26,6 @@ async function main() {
if (errors === 0) { if (errors === 0) {
main(); main();
} else { } else {
console.log("error"); consola.error("error");
// something's wrong // something's wrong
} }