mirror of
https://github.com/node-red/node-red.git
synced 2023-10-10 13:36:53 +02:00
revert small whitespace change to server start messages.
This commit is contained in:
parent
f3880b7601
commit
049a5f1be6
@ -55,7 +55,7 @@ function start() {
|
||||
reportMetrics();
|
||||
}, 15000);
|
||||
}
|
||||
console.log("\n\n Welcome to Node-RED\n ===================\n");
|
||||
console.log("\n\nWelcome to Node-RED\n===================\n");
|
||||
if (settings.version) {
|
||||
log.info("Node-RED version: v"+settings.version);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user