mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2025-08-29 17:08:01 +00:00
Wikitext command is actually synchronous
This commit is contained in:
@@ -13,7 +13,7 @@ wikitest command
|
||||
|
||||
exports.info = {
|
||||
name: "wikitest",
|
||||
synchronous: false
|
||||
synchronous: true
|
||||
};
|
||||
|
||||
var Command = function(params,commander) {
|
||||
|
Reference in New Issue
Block a user