From 7f9fb117e974407ac23236ae6a076e6b95cd4400 Mon Sep 17 00:00:00 2001 From: Jermolene Date: Wed, 22 Oct 2014 16:47:20 +0100 Subject: [PATCH] Clarify warning --- core/modules/commands/server.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/modules/commands/server.js b/core/modules/commands/server.js index 9daab1b13..a25b200cf 100644 --- a/core/modules/commands/server.js +++ b/core/modules/commands/server.js @@ -279,7 +279,7 @@ var Command = function(params,commander,callback) { Command.prototype.execute = function() { if(!$tw.boot.wikiTiddlersPath) { - $tw.utils.warning("Warning: Wiki folder '" + $tw.boot.wikiPath + "' does not exist"); + $tw.utils.warning("Warning: Wiki folder '" + $tw.boot.wikiPath + "' does not exist or is missing a tiddlywiki.info file"); } var port = this.params[0] || "8080", rootTiddler = this.params[1] || "$:/core/save/all",