Files
bun.sh/test/js/bun/shell/shell-hang-first-works-second-fails.js
Jarred Sumner 1879c499b1 Add shell hanging tests (#9463)
* 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>
2024-03-16 16:22:14 -07:00

5 lines
104 B
JavaScript

Bun.$.throws(true);
await Bun.$`which node`;
await Bun.$`which which bad-command-that-does-not-exist`;