lanjianrong vor 3 Jahren
Ursprung
Commit
4a5812eeda
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  1. 1 1
      app/public/js/global.js

+ 1 - 1
app/public/js/global.js

@@ -401,7 +401,7 @@ const postCompressFile = function (url, data, successCallback, errorCallBack) {
           }
       },
       error: function(jqXHR, textStatus, errorThrown){
-          console.log(textStatus, errorThrown);
+          console.log(jqXHR, textStatus, errorThrown);
           toastr.error('error: ' + textStatus + " " + errorThrown);
           if (errorCallBack) {
               errorCallBack();