mirror of
https://github.com/serverless/serverless.git
synced 2026-01-25 15:07:39 +00:00
Add newline on error message
This commit is contained in:
parent
5e61aa53c0
commit
264cbff6c2
@ -67,9 +67,9 @@ module.exports.logError = (e) => {
|
||||
if (e.name !== 'ServerlessError') {
|
||||
consoleLog(' ');
|
||||
consoleLog(chalk.red(' Please report this error. We think it might be a bug.'));
|
||||
consoleLog(' ');
|
||||
}
|
||||
|
||||
consoleLog(' ');
|
||||
consoleLog(chalk.yellow(' Your Environment Infomation -----------------------------'));
|
||||
consoleLog(chalk.yellow(` OS: ${process.platform}`));
|
||||
consoleLog(chalk.yellow(` Node Version: ${process.version.replace(/^[v|V]/, '')}`));
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user