@@ -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();