We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d00b5b3 commit 7d06629Copy full SHA for 7d06629
src/Commands/core/CacheCommands.php
@@ -200,9 +200,6 @@ public function rebuild($options = ['cache-clear' => true])
200
$site_path = DrupalKernel::findSitePath($request);
201
Settings::initialize($root, $site_path, $autoloader);
202
203
- // Use our error handler since _drupal_log_error() depends on an unavailable theme system (ugh).
204
- set_error_handler('drush_error_handler');
205
-
206
// drupal_rebuild() calls drupal_flush_all_caches() itself, so we don't do it manually.
207
drupal_rebuild($autoloader, $request);
208
$this->logger()->success(dt('Cache rebuild complete.'));
0 commit comments