Skip to content

Commit ff7fe8d

Browse files
committed
Update BisectCommand.php
1 parent 8133e71 commit ff7fe8d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/Command/BisectCommand.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,6 @@ protected function execute(InputInterface $input, OutputInterface $output): int
124124

125125
try {
126126
$commits = $this->getCommitsBetween($client, $good, $bad);
127-
exit();
128127
} catch (GuzzleException $e) {
129128
$io->error(sprintf('Failed to fetch commits from GitHub: %s', $e->getMessage()));
130129
return 1;

0 commit comments

Comments
 (0)