mirror of
https://github.com/ONLYOFFICE/onlyoffice.github.io.git
synced 2026-04-07 14:04:30 +08:00
console.log
This commit is contained in:
@ -735,6 +735,7 @@
|
||||
})
|
||||
.catch(function (err) {
|
||||
if (bCount) counter--;
|
||||
console.error(err);
|
||||
displaySearchItems(append, {}, err.message, hideLoader, isGroup, (bCount && !counter) );
|
||||
})
|
||||
.finally(function () {
|
||||
|
||||
@ -94,7 +94,6 @@
|
||||
};
|
||||
resolve(res);
|
||||
}).catch(function (err) {
|
||||
console.log(err);
|
||||
reject(err);
|
||||
});
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user