We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9181be8 commit 12efb87Copy full SHA for 12efb87
1 file changed
serveronly/index.js
@@ -1,6 +1,5 @@
1
var app = require("../js/app.js");
2
app.start(function(config) {
3
- console.log("");
4
var bindAddress = config.address ? config.address : "localhost";
5
- 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);
6
});
0 commit comments