mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2025-02-08 23:20:03 +00:00
Clarify warning
This commit is contained in:
parent
ab77f96caf
commit
7f9fb117e9
@ -279,7 +279,7 @@ var Command = function(params,commander,callback) {
|
|||||||
|
|
||||||
Command.prototype.execute = function() {
|
Command.prototype.execute = function() {
|
||||||
if(!$tw.boot.wikiTiddlersPath) {
|
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",
|
var port = this.params[0] || "8080",
|
||||||
rootTiddler = this.params[1] || "$:/core/save/all",
|
rootTiddler = this.params[1] || "$:/core/save/all",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user