shawenguan 2 năm trước cách đây
mục cha
commit
59a6d2ebc8
1 tập tin đã thay đổi với 3 bổ sung1 xóa
  1. 3 1
      Scripts/gandart/gandartHelper.js

+ 3 - 1
Scripts/gandart/gandartHelper.js

@@ -112,10 +112,12 @@ async function pushWxMsg(summary, content, url) {
                             console.log(`微信推送失败:${rdata}`);
                         }
                     } catch (error) {
-                        lk.logErr(error)
+                        lk.logErr(error);
                     }finally {
                         resolve();
                     }
+                }else{
+                    lk.logErr(error);
                 }
             }); 
         } catch (e) {