Add more details on verbose output #52

This commit is contained in:
Stéphane Goetz
2018-06-05 20:31:51 +02:00
parent 29a8a8d9cc
commit 41c355edb1
11 changed files with 71 additions and 20 deletions

View File

@ -74,7 +74,6 @@ class Generator implements \Todaymade\Daux\Format\Base\Generator
return $pdf;
}
/**
* {@inheritdoc}
*/
@ -90,7 +89,6 @@ class Generator implements \Todaymade\Daux\Format\Base\Generator
while ($current) {
$this->runAction(
'Generating ' . $current->getTitle(),
$output,
$width,
function () use ($book, $current, $params) {
$contentType = $this->daux->getContentTypeHandler()->getType($current);