浏览代码

Fix $log call in compose area

Danilo Bargen 8 年之前
父节点
当前提交
3cea19b037
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/directives/compose_area.ts

+ 1 - 1
src/directives/compose_area.ts

@@ -194,7 +194,7 @@ export default [
                             updateView();
                         }).catch(() => {
                             // do nothing
-                            this.$log.warn('failed to submit text');
+                            $log.warn(logTag, 'Failed to submit text');
                         });
 
                         return true;