mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2025-10-29 22:53:00 +00:00
Improve prompt for --server command
This commit is contained in:
@@ -274,9 +274,8 @@ Command.prototype.execute = function() {
|
|||||||
password: password
|
password: password
|
||||||
});
|
});
|
||||||
this.server.listen(port);
|
this.server.listen(port);
|
||||||
if(this.commander.verbose) {
|
console.log("Serving on port " + port);
|
||||||
console.log("Serving on port " + port);
|
console.log("(press ctrl-C to exit)");
|
||||||
}
|
|
||||||
return null;
|
return null;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user