stephpy / timeline-bundle

Symfony2 bundle to make timeline
192 stars 57 forks source link

Added exception message for spy_timeline:deploy #167

Closed phansys closed 10 years ago

phansys commented 10 years ago

Added exception message for spy_timeline:deploy when verbosity level is at least 2 (command executed with -v option) and errors occurred.

$ app/console spy_timeline:deploy -v

Before: [TIMELINE] Error during deploy action 123

After: [TIMELINE] Error during deploy action 123: The exception message

Q A
Bug fix? no
New feature? yes
BC breaks? no
Deprecations? no
Tests pass? yes
License MIT
stephpy commented 10 years ago

Thanks. :)