We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b225c5e commit b6102c8Copy full SHA for b6102c8
src/ui/app.js
@@ -43,6 +43,7 @@ class ArchiveWebApp extends ReplayWebApp
43
const res = localStorage.getItem("ipfsOpts");
44
this.ipfsOpts = JSON.parse(res);
45
} catch (e) {
46
+ // ignore empty
47
}
48
49
this.ipfsOpts = this.ipfsOpts || {daemonUrl: "", message: "", useCustom: false, gatewayUrl: DEFAULT_GATEWAY_URL};
0 commit comments