From 9a87e42437d46af0325925979a4393649657962b Mon Sep 17 00:00:00 2001 From: Benny Samir Hierl Date: Mon, 14 Dec 2020 18:00:33 +0100 Subject: [PATCH] fix typo Signed-off-by: Benny Samir Hierl --- Apple-Order-Status/Apple-Store-Order-Status.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Apple-Order-Status/Apple-Store-Order-Status.js b/Apple-Order-Status/Apple-Store-Order-Status.js index 1034ffb..390e1a2 100644 --- a/Apple-Order-Status/Apple-Store-Order-Status.js +++ b/Apple-Order-Status/Apple-Store-Order-Status.js @@ -245,7 +245,7 @@ if (cacheExists && (today.getTime() - cacheDate.getTime()) < (cacheMinutes * 60 console.warn('Fallback to Cache') orderDetails = JSON.parse(files.readString(path)) } else { - throw new Error('Fetching the data failed. Now data to show.') + throw new Error('Fetching the data failed. No data to show.') } } }