Skip to content

Commit 4eda435

Browse files
committed
Update error message with php bin/console
1 parent 43fa51a commit 4eda435

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/StimulusBundle/src/AssetMapper/AutoImportLocator.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ public function locateAutoImport(string $path, UxPackageMetadata $packageMetadat
6464

6565
$entry = $this->importMapConfigReader->findRootImportMapEntry($path);
6666
if (!$entry) {
67-
throw new \LogicException(sprintf('The autoimport "%s" could not be found in importmap.php. Try running "importmap:require %s".', $path, $path));
67+
throw new \LogicException(sprintf('The autoimport "%s" could not be found in importmap.php. Try running "php bin/console importmap:require %s".', $path, $path));
6868
}
6969

7070
return new MappedControllerAutoImport($path, true);

0 commit comments

Comments
 (0)