mirror of
https://github.com/MichMich/MagicMirror.git
synced 2025-06-28 09:42:21 -04:00
serveronly: Replace the console.log of none for a \n new line
This commit is contained in:
parent
9181be86ba
commit
12efb87a23
1 changed files with 1 additions and 2 deletions
|
@ -1,6 +1,5 @@
|
||||||
var app = require("../js/app.js");
|
var app = require("../js/app.js");
|
||||||
app.start(function(config) {
|
app.start(function(config) {
|
||||||
console.log("");
|
|
||||||
var bindAddress = config.address ? config.address : "localhost";
|
var bindAddress = config.address ? config.address : "localhost";
|
||||||
console.log("Ready to go! Please point your browser to: http://" + bindAddress + ":" + config.port);
|
console.log("\nReady to go! Please point your browser to: http://" + bindAddress + ":" + config.port);
|
||||||
});
|
});
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue