[Splash > Backend] Fix broken code being included

This commit is contained in:
Ducko 2022-04-20 12:10:53 +01:00
parent 798a51c208
commit 18e13e0b1a
1 changed files with 0 additions and 1 deletions

View File

@ -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');
};