diff --git a/core/modules/syncer.js b/core/modules/syncer.js index bd0c2ec39..08d5deb19 100644 --- a/core/modules/syncer.js +++ b/core/modules/syncer.js @@ -495,6 +495,7 @@ Syncer.prototype.dispatchTask = function(task,callback) { if(err) { return callback(err); } + delete self.tiddlerInfo[task.title]; // Invoke the callback callback(null); },{