yusuketk пре 7 година
родитељ
комит
0b1c811634
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      src/client/js/components/PageEditor/Editor.jsx

+ 1 - 1
src/client/js/components/PageEditor/Editor.jsx

@@ -125,7 +125,7 @@ export default class Editor extends AbstractEditor {
         }
       }
       catch (e) {
-        // do nothing
+        this.logger.error(e);
       }
     }
   }