From aaeef4a27e3980204c4cc300d1f748b19162af62 Mon Sep 17 00:00:00 2001 From: Nicolai Ort Date: Thu, 10 Dec 2020 17:44:17 +0100 Subject: [PATCH] Replaced a console log with a consola.error --- src/app.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 }