mirror of
https://github.com/oven-sh/bun
synced 2026-02-09 18:38:55 +00:00
* Add shell hanging tests * Fix shell hanging --------- Co-authored-by: Jarred Sumner <709451+Jarred-Sumner@users.noreply.github.com> Co-authored-by: Zack Radisic <56137411+zackradisic@users.noreply.github.com>
3 lines
51 B
JavaScript
Generated
3 lines
51 B
JavaScript
Generated
Bun.$.throws(true);
|
|
await Bun.$`echo 1 && echo 2`;
|