asphyxia-core / plugins

Community Plugins for Asphyxia CORE
173 stars 77 forks source link

Update dependency #60

Closed asesidaa closed 1 year ago

asesidaa commented 1 year ago

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 https://github.com/seald/nedb/issues/1 this one, so probably the dependency version should be bumped

dannylin0711 commented 1 year ago

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

dannylin0711 commented 1 year ago

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

TsFreddie commented 1 year ago

done