Update dependency
asesidaa opened this issue · 3 comments
asesidaa commented
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
dannylin0711 commented
We have noticed this problem and are currently trying to fix it.
dannylin0711 commented
We have fixed the dependency problem, but we have to make sure everything is working properly.
TsFreddie commented
done