Skip to content

Commit

Permalink
Lint.
Browse files Browse the repository at this point in the history
  • Loading branch information
steveworley committed Jul 27, 2023
1 parent 4d87390 commit cce1b1d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion modules/quant_purger/src/TrafficRegistry.php
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,8 @@ public function getPaths(array $tags) {
->fields('q', ['url'])
->condition($or)
->execute();
} catch (\Exception $e) {
}
catch (\Exception $e) {
// During install and uninstall the purge_queue_quant table may not
// be available which can result in a race condition with this query,
// return an empty URL list if the query fails.
Expand Down

0 comments on commit cce1b1d

Please sign in to comment.