You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/Symfony/Component/AssetMapper/Command/AssetMapperCompileCommand.php
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -106,7 +106,7 @@ private function createManifestAndWriteFiles(SymfonyStyle $io): array
106
106
{
107
107
$allAssets = $this->assetMapper->allAssets();
108
108
109
-
$io->comment(sprintf('Compiling and writing asset files to <info>%s</info>', $this->assetsFilesystem->getDestinationPathString()));
109
+
$io->comment(sprintf('Compiling and writing asset files to <info>%s</info>', $this->shortenPath($this->assetsFilesystem->getDestinationPathString())));
0 commit comments