ember-codemods / ember-module-migrator

Automated migration for new Ember application layout.
74 stars 15 forks source link

Fix travis build by guarding against zero process.stdout.columns #45

Closed andyhot closed 7 years ago

andyhot commented 7 years ago

Logger-test is failing on travis due to it reporting process.stdout.columns as 0, making the report table display ellipsis instead of the expected data.

This PR defaults columns to 80 in such cases

rwjblue commented 7 years ago

Thank you!