1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-09-28 23:10:46 +00:00

syncer freeze fix

This commit is contained in:
buggyj 2014-03-19 20:20:54 +05:30
parent 622d4a2d50
commit aa63151815

View File

@ -514,6 +514,9 @@ Syncer.prototype.dispatchTask = function(task,callback) {
// Invoke the callback
callback(null);
});
} else {
this.logger.log(" Not Dispatching 'save' task:",task.title,"tiddler does not exist");
return callback(null);
}
} else if(task.type === "load") {
// Load the tiddler