amark / gun

An open source cybersecurity protocol for syncing decentralized graph data.
https://gun.eco/docs
Other
18.05k stars 1.16k forks source link

Update axe.js #1222

Closed zoernert closed 2 years ago

zoernert commented 2 years ago

Should solve uncaught exception:

error] TypeError: Cannot read properties of undefined (reading 'lack')
    at Function.GET.turn (/root/.node-red/node_modules/gun/lib/axe.js:42:20)
    at Timeout._onTimeout (/root/.node-red/node_modules/gun/lib/axe.js:57:42)
    at listOnTimeout (node:internal/timers:559:17)
    at processTimers (node:internal/timers:502:7)

That happens in some node environments from time to time.

amark commented 2 years ago

@zoernert merged. Thanks! You're right, that message could be expired/evicted, important to check, thanks.