socon-dev / socon

Socon is a microservice architecture framework that helps you focussing on deploying/chaining individual commands and custom services between your different projects
BSD 3-Clause "New" or "Revised" License
26 stars 3 forks source link

Missing newline on every CommandError #32

Closed StephaneCapponi closed 1 year ago

StephaneCapponi commented 1 year ago

Each time there is a CommandError we are missing a newline. This result in a messed up terminal output for every CommandError that happen. The solution would be to wrapped the output and check if there is a newline. If it's the case we don't do anything, otherwise we add a newline.