mirror of
https://github.com/oven-sh/bun
synced 2026-02-12 11:59:00 +00:00
fix(install): tarball extracting bugfix (#11864)
Co-authored-by: Jarred Sumner <jarred@jarredsumner.com>
This commit is contained in:
@@ -433,9 +433,9 @@ pub const CreateCommand = struct {
|
||||
&archive_context,
|
||||
void,
|
||||
{},
|
||||
1,
|
||||
false,
|
||||
false,
|
||||
.{
|
||||
.depth_to_skip = 1,
|
||||
},
|
||||
);
|
||||
|
||||
if (!create_options.skip_package_json) {
|
||||
|
||||
Reference in New Issue
Block a user