mirror of
				https://github.com/mickael-kerjean/filestash.git
				synced 2025-11-04 05:27:04 +08:00 
			
		
		
		
	fix (boot): boot error
This commit is contained in:
		@ -22,7 +22,7 @@ import "./assets/css/reset.scss";
 | 
				
			|||||||
        }
 | 
					        }
 | 
				
			||||||
        return removeLoader().then(render);
 | 
					        return removeLoader().then(render);
 | 
				
			||||||
    }).catch((e) => {
 | 
					    }).catch((e) => {
 | 
				
			||||||
        const msg = navigator.onLine === false ? "OFFLINE" : "CAN'T LOAD FILESTASH";
 | 
					        const msg = navigator.onLine === false ? "OFFLINE" : e.message || "CAN'T LOAD";
 | 
				
			||||||
        Log.report(msg + " - " + (e && e.message), location.href);
 | 
					        Log.report(msg + " - " + (e && e.message), location.href);
 | 
				
			||||||
        return removeLoaderWithAnimation().then(() => {
 | 
					        return removeLoaderWithAnimation().then(() => {
 | 
				
			||||||
            $error(msg);
 | 
					            $error(msg);
 | 
				
			||||||
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user