mirror of
https://github.com/oven-sh/bun
synced 2026-02-10 10:58:56 +00:00
windows: changes to install/upgrade/uninstallation process (#9025)
This commit is contained in:
@@ -2307,7 +2307,7 @@ const GitHandler = struct {
|
||||
process.stderr_behavior = .Inherit;
|
||||
|
||||
_ = try process.spawnAndWait();
|
||||
_ = process.kill() catch undefined;
|
||||
_ = process.kill() catch {};
|
||||
}
|
||||
|
||||
Output.prettyError("\n", .{});
|
||||
|
||||
Reference in New Issue
Block a user