diff options
Diffstat (limited to 'src/node_module_bundle.zig')
-rw-r--r-- | src/node_module_bundle.zig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/node_module_bundle.zig b/src/node_module_bundle.zig index bf8fdb8da..13d2334c2 100644 --- a/src/node_module_bundle.zig +++ b/src/node_module_bundle.zig @@ -9,7 +9,7 @@ const Global = bun.Global; const Environment = bun.Environment; const strings = bun.strings; const MutableString = bun.MutableString; -const FileDescriptorType = bun.FileDescriptorType; +const FileDescriptorType = bun.FileDescriptor; const StoredFileDescriptorType = bun.StoredFileDescriptorType; const stringZ = bun.stringZ; const default_allocator = bun.default_allocator; |