mirror of
https://github.com/oven-sh/bun
synced 2026-02-10 02:48:50 +00:00
Make node streams faster (#1502)
* Make node streams faster * Fix for macOS, improve performance, handle ref and unref Co-authored-by: Jarred Sumner <709451+Jarred-Sumner@users.noreply.github.com>
This commit is contained in:
@@ -1801,6 +1801,7 @@ pub const VirtualMachine = struct {
|
||||
"url",
|
||||
"info",
|
||||
"pkg",
|
||||
"errors",
|
||||
};
|
||||
|
||||
if (error_instance != .zero and error_instance.isCell() and error_instance.jsType().canGet()) {
|
||||
|
||||
Reference in New Issue
Block a user