Browse Source

日志查询bug

hl 10 tháng trước cách đây
mục cha
commit
0ac6ca0f08
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  1. 1 0
      src/web.js

+ 1 - 0
src/web.js

@@ -107,6 +107,7 @@ function init() {
                     res.send({'code': 200, 'data': result, "message": "SUCCESS"});
                 });
             } catch (error) {
+                logger.info('异常了....');
                 res.send({'code': 200, 'data': result, "message": "SUCCESS"});
             }
         } else {