diff options
Diffstat (limited to 'src/cli.zig')
| -rw-r--r-- | src/cli.zig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cli.zig b/src/cli.zig index 6807cd66b..233e9438d 100644 --- a/src/cli.zig +++ b/src/cli.zig @@ -1338,7 +1338,7 @@ pub const Command = struct { Global.configureAllocator(.{ .long_running = true }); // the case where this doesn't work is if the script name on disk doesn't end with a known JS-like file extension - var absolute_script_path = std.os.getFdPath(file.handle, &script_name_buf) catch return false; + var absolute_script_path = bun.getFdPath(file.handle, &script_name_buf) catch return false; BunJS.Run.boot( ctx.*, file, |
