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