ソースを参照

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

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