mirror of
https://github.com/oven-sh/bun
synced 2026-02-16 13:51:47 +00:00
* Fix undefined memory on subprocess exit immediately and fix crash when writing a lot of data * format * Test for #9458 * Document * Lazily create iowriters (i think this solves fdleak tests?) * Fix `big_data` test hanging * I think this make leak tests more stable * accidentally had deinit in another thread * oops * Fixes --------- Co-authored-by: Jarred Sumner <jarred@jarredsumner.com>