Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(core): fix writing partial files to disk during migration (#9931)
there can be a case where a readable stream will end but the piped writeable stream has not finished writing to the disk in which case you'll get partial file contents aka malformed json ensure you resolve the function after the writeable stream has finished writing to the disk
- Loading branch information