waku-org / js-waku

JavaScript implementation of Waku v2
https://js.waku.org
Apache License 2.0
167 stars 42 forks source link

fix: Handle local storage missing when saving peers #1954

Closed EmilIvanichkovv closed 5 months ago

EmilIvanichkovv commented 6 months ago

Problem

Trigger local storage missing error when calling savePeersToLocalStorage in nodejs

Solution

Wrap the problematic block of code with a try-catch clause to handle any potential errors.

Notes

Contribution checklist:

weboko commented 5 months ago

Closing in favor of https://github.com/waku-org/js-waku/pull/1956