asphyxia-core/plugins

Update dependency

Closed this issue · 3 comments

I see someone in 1cc encounters this error

[iidx@asphyxia] error: RangeError: Maximum call stack size exceeded
RangeError: Maximum call stack size exceeded
    at BinarySearchTree.compareThings [as compareKeys] (D:\snapshot\build-env\index.js:0)
    at BinarySearchTree.delete (D:\snapshot\build-env\index.js:0)
    at BinarySearchTree.delete (D:\snapshot\build-env\index.js:0)
    at BinarySearchTree.delete (D:\snapshot\build-env\index.js:0)
    at BinarySearchTree.delete (D:\snapshot\build-env\index.js:0)
    at BinarySearchTree.delete (D:\snapshot\build-env\index.js:0)
    at BinarySearchTree.delete (D:\snapshot\build-env\index.js:0)
    at BinarySearchTree.delete (D:\snapshot\build-env\index.js:0)
    at BinarySearchTree.delete (D:\snapshot\build-env\index.js:0)
    at BinarySearchTree.delete (D:\snapshot\build-env\index.js:0)

which looks like seald/nedb#1 this one, so probably the dependency version should be bumped

We have noticed this problem and are currently trying to fix it.

We have fixed the dependency problem, but we have to make sure everything is working properly.

done