From 34e0ea3bcbb74f9ad3b15f32f656f159c1dca7dc Mon Sep 17 00:00:00 2001 From: leo Date: Tue, 22 Apr 2025 16:07:23 +0800 Subject: [PATCH] enhance: raise bisect error manually Signed-off-by: leo --- src/Commands/Bisect.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Commands/Bisect.cs b/src/Commands/Bisect.cs index 20beeab9..a3bf1a97 100644 --- a/src/Commands/Bisect.cs +++ b/src/Commands/Bisect.cs @@ -6,6 +6,7 @@ { WorkingDirectory = repo; Context = repo; + RaiseError = false; Args = $"bisect {subcmd}"; } }