Skip to content

Commit

Permalink
Improved logging of warmup script
Browse files Browse the repository at this point in the history
  • Loading branch information
Daanvm committed Oct 12, 2024
1 parent 9a875c2 commit f39d405
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/src/Commands/WarmupCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ public function run(): void
$this->output->writeln(" > {$releaseItem->getTitle()}");

foreach ($releaseItem->getSheetMusics() as $sheetMusic) {
$this->output->writeln(" ! {$sheetMusic->pdfFilename}");
$this->output->writeln(" ! {$sheetMusic->getPdfPath()}");
$sheetMusic->getBase64encodedPngData();
$sheetMusic->getNumberOfPages();
}
Expand Down

0 comments on commit f39d405

Please sign in to comment.