ソースを参照

add error log

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);
       }
     }
   }