mirror of
https://github.com/oven-sh/bun
synced 2026-02-09 10:28:47 +00:00
* Fix #8403 * Throw on error by default * Add the shell promise utilities to `ShellOutput` and `ShellError` * Fix tests * [autofix.ci] apply automated fixes * Fix memleak * [autofix.ci] apply automated fixes * Woops * `Bun.gc(true)` in fd leak test * fd leak test should check if `fd <= baseline` * wtf * oob check * [autofix.ci] apply automated fixes * Fix double free * Fix #8550 * increase mem threshold for linux * Requested changes and make not throw on by default * [autofix.ci] apply automated fixes * more requested changes * Do destructuring in function definition * delete * Change shell output test to enable throwing * [autofix.ci] apply automated fixes --------- Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>