mirror of
https://github.com/oven-sh/bun
synced 2026-02-12 11:59:00 +00:00
Improve event loop reliability on Linux
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user