Skip to content

Commit

Permalink
Removed redundant catch block
Browse files Browse the repository at this point in the history
  • Loading branch information
SilverFire authored Sep 23, 2017
1 parent 5e99eff commit cc13b39
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions Repository/NpmRepository.php
Original file line number Diff line number Diff line change
Expand Up @@ -158,8 +158,6 @@ protected function createArrayRepositoryConfig(array $packageConfigs)
// Skip this version and hope that another one will be OK
$this->io->write("<warning>Skipped {$config['name']} version {$version}: {$exception->getMessage()}</warning>", IOInterface::VERBOSE);
continue;
} catch (\Exception $exception) {
throw $exception;
}
}

Expand Down

0 comments on commit cc13b39

Please sign in to comment.