8
0

Add more details on verbose output #52

Dieser Commit ist enthalten in:
Stéphane Goetz
2018-06-05 20:31:51 +02:00
Ursprung 29a8a8d9cc
Commit 41c355edb1
11 geänderte Dateien mit 71 neuen und 20 gelöschten Zeilen

Datei anzeigen

@ -41,7 +41,7 @@ class Publisher
public function run($title, $closure)
{
try {
return $this->runAction($title, $this->output, $this->width, $closure);
return $this->runAction($title, $this->width, $closure);
} catch (BadResponseException $e) {
$this->output->writeLn('<fg=red>' . $e->getMessage() . '</>');
}