소스 검색

Мелкая поправка

Book Pauk 4 년 전
부모
커밋
4184fda247
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      client/components/Reader/Reader.vue

+ 1 - 1
client/components/Reader/Reader.vue

@@ -312,7 +312,7 @@ class Reader extends Vue {
                         if (this.version != this.clientVersion)
                             this.$root.notify.info(`Вышла новая версия (v${this.version}) читалки.<br>Пожалуйста, обновите страницу${againMes}.`, 'Обновление');
                     } catch(e) {
-                        //
+                        console.error(e);
                     }
                 }