Improve printing to console

This commit is contained in:
Adam Stachowicz
2021-07-17 23:13:54 +02:00
parent 78f5d2cd8b
commit 2bff62cade
3 changed files with 10 additions and 10 deletions

View File

@@ -394,7 +394,7 @@ export function timezoneList() {
time: getTimezoneOffset(timezone),
})
} catch (e) {
console.log(e.message);
console.error(e.message);
console.log("Skip this timezone")
}