mirror of
https://github.com/ThisIsBenny/iOS-Widgets.git
synced 2025-04-19 15:27:40 +00:00
Enhanced logging for CallYa troubeshooting
Signed-off-by: Benny Samir Hierl <bennysamir@posteo.de>
This commit is contained in:
parent
1b24b4e209
commit
1784e63248
1 changed files with 4 additions and 1 deletions
|
@ -3,9 +3,11 @@
|
|||
// icon-color: teal; icon-glyph: magic;
|
||||
|
||||
/**************
|
||||
Version 1.0.1
|
||||
Version 1.0.2
|
||||
|
||||
Changelog:
|
||||
v1.0.2:
|
||||
- Enhanced logging for CallYa troubeshooting
|
||||
v1.0.1:
|
||||
- Better Error handling
|
||||
- Better logging
|
||||
|
@ -142,6 +144,7 @@ async function getUsage() {
|
|||
})
|
||||
|
||||
if (datenContainer === undefined) {
|
||||
console.log(JSON.stringify(res, null, 2))
|
||||
throw new Error("Can't find usageGroup 'Daten'")
|
||||
} else {
|
||||
console.log("usageGroup 'Daten' founded")
|
||||
|
|
Loading…
Add table
Reference in a new issue