Преглед изворни кода

Update message

customisations
alemart пре 8 месеци
родитељ
комит
ac291930d8
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1
    1
      plugins/extras/asset-manager.js

+ 1
- 1
plugins/extras/asset-manager.js Прегледај датотеку

@@ -63,7 +63,7 @@ class AssetManager
63 63
 
64 64
         return new Promise((resolve, reject) => {
65 65
             const seconds = options.timeout !== undefined ? options.timeout : Infinity;
66
-            const timeoutFn = () => reject(new Error(`Can't preload assets: slow connection!`));
66
+            const timeoutFn = () => reject(new Error(`Can't preload assets: slow connection! Try refreshing the page.`));
67 67
             const timeoutId = isFinite(seconds) ? setTimeout(timeoutFn, seconds * 1000) : undefined;
68 68
 
69 69
             fetch(url)

Loading…
Откажи
Сачувај