This commit is contained in:
parent
2138af838d
commit
5797447898
|
@ -12,6 +12,6 @@ import fs from "fs";
|
||||||
if (xml?.feed?.updated === undefined)
|
if (xml?.feed?.updated === undefined)
|
||||||
throw new Error("Can’t find xml.feed.updated");
|
throw new Error("Can’t find xml.feed.updated");
|
||||||
} catch (error) {
|
} catch (error) {
|
||||||
console.log(`Error for ${feed}: ${error}`);
|
console.error(`Error for ${feed}: ${error}`);
|
||||||
}
|
}
|
||||||
})();
|
})();
|
||||||
|
|
Loading…
Reference in New Issue