Эх сурвалжийг харах

Небольшой багфикс

Book Pauk 3 жил өмнө
parent
commit
2ecf6beef2

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

@@ -1180,7 +1180,7 @@ class Reader {
         } catch (e) {
             progress.hide(); this.progressActive = false;
             this.loaderActive = true;
-            if (!this.showHelpOnErrorIfNeeded(e.message)) {
+            if (!this.showHelpOnErrorIfNeeded(url)) {
                 this.$root.stdDialog.alert(e.message, 'Ошибка', {color: 'negative'});
             }
         } finally {