mirror of
https://github.com/ThisIsBenny/iOS-Widgets.git
synced 2025-06-06 13:37:41 +00:00
small adjustment
Signed-off-by: Benny Samir Hierl <bennysamir@posteo.de>
This commit is contained in:
parent
60deb3a402
commit
ab66131796
1 changed files with 1 additions and 1 deletions
|
@ -174,7 +174,7 @@ async function getUsage() {
|
|||
console.log(ErrorMsg)
|
||||
|
||||
const listOfCodeInResponse = datenContainer.usage.map(function(v) {
|
||||
return v.code;
|
||||
return `Code: "${v.code}" for "${v.description}"`;
|
||||
})
|
||||
console.log("Please check the following list to find the correct code for your case and adjust the list of codes at the beginnging: " + listOfCodeInResponse.join(", "))
|
||||
throw new Error(ErrorMsg)
|
||||
|
|
Loading…
Add table
Reference in a new issue