mirror of
https://github.com/oven-sh/bun
synced 2026-02-02 15:08:46 +00:00
Support passing an absolute path
This commit is contained in:
@@ -71,5 +71,5 @@ pub fn main() anyerror!void {
|
||||
tarball_buf_list = std.ArrayListUnmanaged(u8){ .capacity = file_buf.len, .items = file_buf };
|
||||
}
|
||||
|
||||
try Archive.extractToDisk(file_buf, folder, 1, false);
|
||||
try Archive.extractToDisk(file_buf, folder, null, 1, false);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user