Skip to content

Commit

Permalink
Reset position instead of commenting out reset line
Browse files Browse the repository at this point in the history
  • Loading branch information
chrigglesby authored and dfahlander committed Nov 13, 2024
1 parent bed64ae commit 8e55011
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion addons/dexie-export-import/src/tson.ts
Original file line number Diff line number Diff line change
Expand Up @@ -77,5 +77,6 @@ TSON.finalize = async (items?: any[]) => {
}
}
// Free up memory
// blobsToAwait = [];
blobsToAwait = [];
blobsToAwaitPos = 0;
}

0 comments on commit 8e55011

Please sign in to comment.