kohana / minion

Everyone loves having a minion they can boss around
113 stars 76 forks source link

add newline after error output #18

Closed bobeagan closed 13 years ago

bobeagan commented 13 years ago

Currently errors output to the CLI put the next command prompt on the same line as the last line as the error. It is ugly and easy enough to add a \n to force it to put my command prompt on its own line.

BRMatt commented 13 years ago

5 should remove the need for this as Minion_CLI automatically adds a newline after output.