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 258bc75 commit 039c3b2Copy full SHA for 039c3b2
src/Drupal/DrupalAutoloader.php
@@ -65,7 +65,7 @@ public function register(Container $container): void
65
$drupalRoot = $finder->getDrupalRoot();
66
$drupalVendorRoot = $finder->getVendorDir();
67
if (! (bool) $drupalRoot || ! (bool) $drupalVendorRoot) {
68
- throw new \RuntimeException("Unable to detect Drupal at $drupalRoot");
+ throw new \RuntimeException("Unable to detect Drupal at {$drupalParams['drupal_root']}");
69
}
70
71
$this->drupalRoot = $drupalRoot;
0 commit comments