mirror of
https://github.com/oven-sh/bun
synced 2026-02-16 22:01:47 +00:00
This reverts commit 1820d08d25.
This commit is contained in:
@@ -1611,9 +1611,7 @@ pub const CreateCommand = struct {
|
||||
const outdir_path = filesystem.absBuf(&parts, &home_dir_buf);
|
||||
home_dir_buf[outdir_path.len] = 0;
|
||||
const outdir_path_ = home_dir_buf[0..outdir_path.len :0];
|
||||
if (!bun.sys.existsAt(bun.invalid_fd, outdir_path_)) {
|
||||
break :outer;
|
||||
}
|
||||
std.fs.accessAbsoluteZ(outdir_path_, .{}) catch break :outer;
|
||||
example_tag = Example.Tag.local_folder;
|
||||
break :brk outdir_path;
|
||||
}
|
||||
@@ -1624,9 +1622,7 @@ pub const CreateCommand = struct {
|
||||
const outdir_path = filesystem.absBuf(&parts, &home_dir_buf);
|
||||
home_dir_buf[outdir_path.len] = 0;
|
||||
const outdir_path_ = home_dir_buf[0..outdir_path.len :0];
|
||||
if (!bun.sys.existsAt(bun.invalid_fd, outdir_path_)) {
|
||||
break :outer;
|
||||
}
|
||||
std.fs.accessAbsoluteZ(outdir_path_, .{}) catch break :outer;
|
||||
example_tag = Example.Tag.local_folder;
|
||||
break :brk outdir_path;
|
||||
}
|
||||
@@ -1637,9 +1633,7 @@ pub const CreateCommand = struct {
|
||||
const outdir_path = filesystem.absBuf(&parts, &home_dir_buf);
|
||||
home_dir_buf[outdir_path.len] = 0;
|
||||
const outdir_path_ = home_dir_buf[0..outdir_path.len :0];
|
||||
if (!bun.sys.existsAt(bun.invalid_fd, outdir_path_)) {
|
||||
break :outer;
|
||||
}
|
||||
std.fs.accessAbsoluteZ(outdir_path_, .{}) catch break :outer;
|
||||
example_tag = Example.Tag.local_folder;
|
||||
break :brk outdir_path;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user