Align error logging length

This commit is contained in:
Dave Nicolson 2019-03-18 11:52:59 +01:00 committed by GitHub
parent c1e0a1bef3
commit 9d26b00ddb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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}`));