Improve event loop reliability on Linux

This commit is contained in:
Jarred SUmner
2022-08-13 06:07:18 -07:00
parent 65ca0503a7
commit 0815c83974
18 changed files with 266 additions and 62 deletions

View File

@@ -2149,7 +2149,7 @@ const GitHandler = struct {
PATH: string,
verbose: bool,
) void {
Output.Source.configureNamedThread(thread, "git");
Output.Source.configureNamedThread("git");
defer Output.flush();
const outcome = if (verbose)
run(destination, PATH, true) catch false