mirror of
https://github.com/oven-sh/bun
synced 2026-02-09 10:28:47 +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
67 B
JavaScript
3 lines
67 B
JavaScript
Bun.$.throws(true);
|
|
await Bun.$`echo 1 && not-found-command-1234`;
|