Replaced a console log with a consola.error
This commit is contained in:
parent
d5e5e27ca3
commit
aaeef4a27e
@ -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
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user