Open wonder-mice opened 6 years ago
Probably this: https://stackoverflow.com/a/13440842/506566
@wonder-mice have you tested your large file with the latest code of #120 ?
This appears to be a known limitation in V8: https://issues.chromium.org/issues/40112396
Error is here:
At this line:
var maxDepth = Math.max.apply(null, descendants.map(function (n) { return n.depth }));
I have 65763 nodes with max depth around 238.