Skip to content

Commit e7f5d3b

Browse files
committed
added additional output
1 parent f695d0f commit e7f5d3b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/AssetManager/Controller/ConsoleController.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,8 @@ public function warmupAction()
8484
$asset = $this->assetManager->getResolver()->resolve($path);
8585
$this->assetManager->getAssetCacheManager()->setCache($path, $asset)->dump();
8686
}
87+
88+
$this->output(sprintf('Warming up finished...', $verbose);
8789
}
8890

8991
/**

0 commit comments

Comments
 (0)