Confluences bugfixes, Fix documentation

Make it easier to spot where an error comes from when uploading to confluence.
Allow to upload documentation without a prefix.
Cette révision appartient à :
Stéphane Goetz
2017-11-06 22:46:07 +01:00
Parent 8e7340da3d
révision 59b8c04161
11 fichiers modifiés avec 97 ajouts et 32 suppressions

Voir le fichier

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