xaboy 6 years ago
parent
commit
1800027932
2 changed files with 2 additions and 2 deletions
  1. 1 1
      src/Template/createScript.min.php
  2. 1 1
      src/Template/createScript.php

File diff suppressed because it is too large
+ 1 - 1
src/Template/createScript.min.php


+ 1 - 1
src/Template/createScript.php

@@ -33,7 +33,7 @@
                 callback(1, res);
                 callback(1, res);
             },
             },
             error: function () {
             error: function () {
-                callback(0);
+                callback(0, {});
             }
             }
         });
         });