mothership-ec / cog

Cog
Other
2 stars 3 forks source link

Do not show task output twice, resolves #332 #474

Closed thomasjthomasj closed 8 years ago

thomasjthomasj commented 8 years ago

The print output was automatically enabled, even though the writeln() method would already print the output to the terminal in real time. This removes that setting, and it also adds the missing $_output property to the base Task class