diff --git a/packages/webawesome/scripts/docs.js b/packages/webawesome/scripts/docs.js index 55fd5b388..d021159ed 100644 --- a/packages/webawesome/scripts/docs.js +++ b/packages/webawesome/scripts/docs.js @@ -119,7 +119,7 @@ export async function generateDocs(options = {}) { return !line.includes('Watching'); }); const lastLine = info[info.length - 1]; - output = chalk.gray(`(${info.join('')})`); + output = chalk.gray(`(${lastLine})`); eleventy.logger.logger.reset(); } } else {