This commit is contained in:
Leandro Facchinetti 2020-03-21 12:06:24 -04:00
parent 2138af838d
commit 5797447898
1 changed files with 1 additions and 1 deletions

View File

@ -12,6 +12,6 @@ import fs from "fs";
if (xml?.feed?.updated === undefined)
throw new Error("Cant find xml.feed.updated");
} catch (error) {
console.log(`Error for ${feed}: ${error}`);
console.error(`Error for ${feed}: ${error}`);
}
})();