Skip to content

Commit

Permalink
πŸ•΅οΈβ€β™‚οΈ Debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
Owen Melbourne committed Feb 9, 2021
1 parent 784fe81 commit ff2a664
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/Crawler/CrawlObserver.php
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ public function crawlFailed(UriInterface $url, RequestException $requestExceptio
$page->response = null;
$page->exception = $requestException->getCode() . ' - ' . $requestException->getMessage();

$this->notify($page);
BrowserConsoleCheck::dispatch($this->website, $page);

return $page->save();
}
Expand Down

0 comments on commit ff2a664

Please sign in to comment.