diff --git a/lib/classes/Error.js b/lib/classes/Error.js index ef18c16ff..cd66e850c 100644 --- a/lib/classes/Error.js +++ b/lib/classes/Error.js @@ -72,7 +72,7 @@ module.exports.logError = (e) => { consoleLog(`${chalk.yellow(' Issues: ')}${'forum.serverless.com'}`); consoleLog(' '); - consoleLog(chalk.yellow(' Your Environment Information -----------------------------')); + consoleLog(chalk.yellow(' Your Environment Information ---------------------------')); consoleLog(chalk.yellow(` OS: ${platform}`)); consoleLog(chalk.yellow(` Node Version: ${nodeVersion}`)); consoleLog(chalk.yellow(` Serverless Version: ${slsVersion}`));