소스 검색

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;