windows: changes to install/upgrade/uninstallation process (#9025)

This commit is contained in:
dave caruso
2024-02-27 03:11:43 -08:00
committed by GitHub
parent fd6fd78f0f
commit 4e2d00d052
13 changed files with 430 additions and 130 deletions

View File

@@ -2307,7 +2307,7 @@ const GitHandler = struct {
process.stderr_behavior = .Inherit;
_ = try process.spawnAndWait();
_ = process.kill() catch undefined;
_ = process.kill() catch {};
}
Output.prettyError("\n", .{});