diff --git a/core/modules/commands/server.js b/core/modules/commands/server.js index 3b0ddc32e..11c622a04 100644 --- a/core/modules/commands/server.js +++ b/core/modules/commands/server.js @@ -265,7 +265,7 @@ Command.prototype.execute = function() { serveType = this.params[3] || "text/html", username = this.params[4], password = this.params[5], - host = this.params[6]; + host = this.params[6] || "127.0.0.1"; this.server.set({ rootTiddler: rootTiddler, renderType: renderType,