Преглед на файлове

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;