Further optimization

This commit is contained in:
Radon Rosborough 2021-01-01 12:06:20 -08:00
parent 162e10d259
commit 87d7e6df8a
1 changed files with 1 additions and 1 deletions

View File

@ -249,7 +249,7 @@ async function main() {
_.every(
tableData,
(otherDatum) =>
otherDatum.pruned || !otherDatum.deps.includes(datum.id)
otherDatum.couldPrune || !otherDatum.deps.includes(datum.id)
)
) {
datum.pruned = true;