mirror of
https://github.com/serverless/serverless.git
synced 2026-01-18 14:58:43 +00:00
Align error logging length
This commit is contained in:
parent
c1e0a1bef3
commit
9d26b00ddb
@ -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}`));
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user