mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-11-23 18:17:20 +00:00
Update the dump config command
This commit is contained in:
parent
ce46866317
commit
26822121be
@ -99,7 +99,6 @@ Command.prototype.subcommands.config = function() {
|
||||
dumpConfig($tw.config," $tw.config");
|
||||
dumpObject("Tiddler field modules:",$tw.Tiddler.fieldModules);
|
||||
dumpObject("Loaded modules:",$tw.modules.titles);
|
||||
dumpObject("Loaded modules:",$tw.modules.moduleTypes);
|
||||
dumpObject("Command modules:",$tw.commands);
|
||||
dumpObject("Parser modules:",$tw.wiki.parsers);
|
||||
dumpObject("Macro modules:",$tw.wiki.macros);
|
||||
|
Loading…
Reference in New Issue
Block a user