mirror of
https://github.com/zebrajr/react.git
synced 2026-01-15 12:15:22 +00:00
Fix build stats display
This commit is contained in:
@@ -78,7 +78,7 @@ function generateResultsArray(current, prevResults) {
|
||||
|
||||
function printResults() {
|
||||
const table = new Table({
|
||||
head: resultsHeaders.map(chalk.gray.yellow),
|
||||
head: resultsHeaders.map(label => chalk.gray.yellow(label)),
|
||||
});
|
||||
|
||||
const results = generateResultsArray(currentBuildResults, prevBuildResults);
|
||||
|
||||
Reference in New Issue
Block a user