mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2025-11-26 12:14:51 +00:00
Correct mistaken classification of savetiddlers command as asynchronous
This commit is contained in:
@@ -14,7 +14,7 @@ Command to save several tiddlers to a file
|
||||
|
||||
exports.info = {
|
||||
name: "savetiddlers",
|
||||
synchronous: false
|
||||
synchronous: true
|
||||
};
|
||||
|
||||
var Command = function(params,commander,callback) {
|
||||
|
||||
Reference in New Issue
Block a user