Correct mistaken classification of savetiddlers command as asynchronous

This commit is contained in:
Jeremy Ruston
2013-08-04 22:02:19 +01:00
parent 86e73ee323
commit be7cc67ab6
+1 -1
View File
@@ -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) {