diff --git a/js/main.js b/js/main.js
index 3cb3b2d..0fd6da8 100644
--- a/js/main.js
+++ b/js/main.js
@@ -35,7 +35,7 @@ $(document).ready(function () {
}).then(function (e) {
$('#description').html(e.hitokoto + "
-「" + e.from + "」")
}).catch(function (err) {
- console.error(err);
+ console.error("获取一言数据失败", err);
})
/**