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