mirror of
https://github.com/louislam/uptime-kuma.git
synced 2024-10-01 01:25:45 -04:00
update missing timezone console msg
This commit is contained in:
parent
a654e409df
commit
59ff9fa293
1
.gitignore
vendored
1
.gitignore
vendored
@ -7,5 +7,4 @@ dist-ssr
|
||||
|
||||
/data
|
||||
!/data/.gitkeep
|
||||
/uptime-kuma
|
||||
.vscode
|
||||
|
1057
package-lock.json
generated
1057
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
@ -30,8 +30,7 @@ export function timezoneList() {
|
||||
time: getTimezoneOffset(timezone.tzCode),
|
||||
})
|
||||
} catch (e) {
|
||||
console.error(e.message);
|
||||
console.log("Skip this timezone");
|
||||
console.log("Skip Timezone: " + timezone.tzCode);
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user