shawenguan il y a 2 ans
Parent
commit
d268abd4d4
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      Scripts/others/dssy.js

+ 1 - 1
Scripts/others/dssy.js

@@ -24,6 +24,6 @@ try {
         data.data['is_lifetime_membership'] = true;
         $done({ body: JSON.stringify(body) });
     }
-} catch {
+} catch (err) {
     $done();
 }