[Splash > Backend] Fix broken code being included

mu
Oj 2 years ago
parent 798a51c208
commit 18e13e0b1a

@ -179,7 +179,6 @@ const initModuleUpdater = () => { // "Old" (not v2 / new, win32 only)
const downloads = new UIProgress(0), installs = new UIProgress(1);
const handleFail = () => {
setTimeout(check)
scheduleNextUpdate();
sendState('fail');
};

Loading…
Cancel
Save