mirror of
https://github.com/oven-sh/bun
synced 2026-02-13 12:29:07 +00:00
no usingnamespace, organize jsc namespace, enable -fincremental (#19122)
Co-authored-by: Dylan Conway <35280289+dylan-conway@users.noreply.github.com>
This commit is contained in:
@@ -274,7 +274,7 @@ pub const PackageManagerCommand = struct {
|
||||
|
||||
// This is to match 'bunx_command.BunxCommand.exec's logic
|
||||
const prefix = try std.fmt.allocPrint(ctx.allocator, "bunx-{d}-", .{
|
||||
if (bun.Environment.isPosix) bun.C.getuid() else bun.windows.userUniqueId(),
|
||||
if (bun.Environment.isPosix) bun.c.getuid() else bun.windows.userUniqueId(),
|
||||
});
|
||||
|
||||
var deleted: usize = 0;
|
||||
|
||||
Reference in New Issue
Block a user