mirror of
https://github.com/oven-sh/bun
synced 2026-02-09 18:38:55 +00:00
* Fix process.exit to allow numbers which were previously decimals * [autofix.ci] apply automated fixes --------- Co-authored-by: Jarred Sumner <709451+Jarred-Sumner@users.noreply.github.com> Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
3 lines
96 B
JavaScript
Generated
3 lines
96 B
JavaScript
Generated
// Force it to be a jsDoubleNumber instead of a jsNumber
|
|
process.exit(0.0 + eval("1.1 - 1.1"));
|