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>
5 lines
104 B
JavaScript
5 lines
104 B
JavaScript
Bun.$.throws(true);
|
|
|
|
await Bun.$`which node`;
|
|
await Bun.$`which which bad-command-that-does-not-exist`;
|