summaryrefslogtreecommitdiff
path: root/static
diff options
context:
space:
mode:
Diffstat (limited to 'static')
-rw-r--r--static/js/web-install.js2
1 files changed, 1 insertions, 1 deletions
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;
}
}