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. 🤔'); })