Files
bun.sh/test/js/node
Liz a9e1792607 fix: support uint8 exit code range (#6303)
The exit code support is between 0-255 and not only in the signed positive range
(0-127).
Node.js does not seam to throw on a bigger integer and just wraps around,
but throwing a error is a good approach and makes the behaviour more defined.

This allows the range to be 0-255

Fixes: https://github.com/oven-sh/bun/issues/6284
2023-10-09 11:47:38 -07:00
..
2023-10-07 15:22:45 -07:00
2023-09-30 17:09:27 -07:00
2023-09-29 15:42:06 -07:00
2023-10-04 22:45:11 -07:00
2023-09-19 18:16:51 -07:00
2023-07-05 03:46:10 -07:00
2023-09-25 23:27:55 -07:00
2023-09-18 21:30:17 -07:00
2023-03-07 12:22:34 -08:00
2023-03-07 12:22:34 -08:00
2023-03-07 12:22:34 -08:00
2023-07-28 16:59:46 -07:00
2023-09-15 07:10:30 -07:00