From ab6613179667ab06ebacef212531c8a0ead4e69c Mon Sep 17 00:00:00 2001 From: Benny Samir Hierl Date: Thu, 22 Oct 2020 11:57:58 +0200 Subject: [PATCH] small adjustment Signed-off-by: Benny Samir Hierl --- VodafoneDE/VodafoneDE.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/VodafoneDE/VodafoneDE.js b/VodafoneDE/VodafoneDE.js index 1eca033..a00782a 100644 --- a/VodafoneDE/VodafoneDE.js +++ b/VodafoneDE/VodafoneDE.js @@ -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)