소스 검색

Change message

customisations
alemart 9 달 전
부모
커밋
55e99ef76d
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: timeout!`));
66
+            const timeoutFn = () => reject(new Error(`Can't preload assets: slow connection!`));
67 67
             const timeoutId = isFinite(seconds) ? setTimeout(timeoutFn, seconds * 1000) : undefined;
68 68
 
69 69
             fetch(url)

Loading…
취소
저장