From 579744789858c3bb7c3c76cf82b9824b14fb9cd2 Mon Sep 17 00:00:00 2001 From: Leandro Facchinetti Date: Sat, 21 Mar 2020 12:06:24 -0400 Subject: [PATCH] . --- src/verify.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/verify.tsx b/src/verify.tsx index 80cf488..ce3fadc 100644 --- a/src/verify.tsx +++ b/src/verify.tsx @@ -12,6 +12,6 @@ import fs from "fs"; if (xml?.feed?.updated === undefined) throw new Error("Can’t find xml.feed.updated"); } catch (error) { - console.log(`Error for ${feed}: ${error}`); + console.error(`Error for ${feed}: ${error}`); } })();