diff --git a/src/splash/index.js b/src/splash/index.js index 5b2d2d3..97d37c6 100644 --- a/src/splash/index.js +++ b/src/splash/index.js @@ -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'); };