diff --git a/lib/report.js b/lib/report.js index d86cc611..b1f3f6df 100644 --- a/lib/report.js +++ b/lib/report.js @@ -74,7 +74,7 @@ class Report { reports.create(_reporter, { skipEmpty: false, skipFull: this.skipFull, - maxCols: 100 + maxCols: process.stdout.columns || 100 }).execute(context) } }