diff --git a/static/js/web-install.js b/static/js/web-install.js index 0f8353b2..9369ad40 100644 --- a/static/js/web-install.js +++ b/static/js/web-install.js @@ -125,7 +125,7 @@ class BlobStore { this.db.transaction("files").objectStore("files").get(name) ); return obj.blob; - } catch (error) { + } catch { return null; } }