aboutsummaryrefslogtreecommitdiff
path: root/src/open.zig
diff options
context:
space:
mode:
Diffstat (limited to 'src/open.zig')
-rw-r--r--src/open.zig2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/open.zig b/src/open.zig
index da99e134b..3224207c9 100644
--- a/src/open.zig
+++ b/src/open.zig
@@ -362,7 +362,7 @@ pub const EditorContext = struct {
var path_buf: [bun.MAX_PATH_BYTES]u8 = undefined;
try editor_.open(
path,
- try std.os.getFdPath(opened.handle, &path_buf),
+ try bun.getFdPath(opened.handle, &path_buf),
line,
column,
default_allocator,