mirror of
https://github.com/TiddlyWiki/TiddlyWiki5.git
synced 2026-04-26 19:24:50 +00:00
Add more colour to command line output
This commit is contained in:
@@ -19,7 +19,7 @@ var fs = $tw.node ? require("fs") : null,
|
||||
function FileSystemAdaptor(options) {
|
||||
var self = this;
|
||||
this.wiki = options.wiki;
|
||||
this.logger = new $tw.utils.Logger("FileSystem");
|
||||
this.logger = new $tw.utils.Logger("filesystem",{colour: "blue"});
|
||||
// Create the <wiki>/tiddlers folder if it doesn't exist
|
||||
$tw.utils.createDirectory($tw.boot.wikiTiddlersPath);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user