diff options
Diffstat (limited to 'static/js')
| -rw-r--r-- | static/js/web-install.js | 2 |
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; } } |
