Skip to content

Commit 34e0ea3

Browse files
committed
enhance: raise bisect error manually
Signed-off-by: leo <[email protected]>
1 parent 7be3742 commit 34e0ea3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Commands/Bisect.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ public Bisect(string repo, string subcmd)
66
{
77
WorkingDirectory = repo;
88
Context = repo;
9+
RaiseError = false;
910
Args = $"bisect {subcmd}";
1011
}
1112
}

0 commit comments

Comments
 (0)