From 2a68623119f75e0039aa53e917f7d71c3b965792 Mon Sep 17 00:00:00 2001 From: "neroignis@gmail.com" Date: Fri, 18 Sep 2020 20:52:51 +0200 Subject: [PATCH] blah --- app.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app.js b/app.js index d5cf2fa..cb882d8 100644 --- a/app.js +++ b/app.js @@ -520,7 +520,7 @@ let kara = new Vue({ vue.botMessage('In ' + response.data.name + ' it\'s ' + response.data.main.temp.toFixed() + '°C with ' + response.data.weather[0].description + '.'); }) .catch(function (error) { - console.log(error); + alert(error); vue.botMessage('I couldn\'t check the weather for your location. 🤔'); })