1
0
Fork 0
mirror of synced 2024-09-29 17:01:37 +13:00

Added proper error log

This commit is contained in:
Eldad Fux 2021-08-08 18:57:06 +03:00
parent 7e52de7a60
commit 2dc287b144

View file

@ -373,6 +373,7 @@
view.render(element);
},
function(exception) {
console.error(exception);
if (loaderId !== null) {
// Remove loader if needed
alerts.remove(loaderId);