diff --git a/src/app.ts b/src/app.ts index 664ec6f..588d6a1 100644 --- a/src/app.ts +++ b/src/app.ts @@ -26,6 +26,6 @@ async function main() { if (errors === 0) { main(); } else { - console.log("error"); + consola.error("error"); // something's wrong }