diff --git a/core/modules/syncer.js b/core/modules/syncer.js index 903bb0a4b..a11f91a0a 100644 --- a/core/modules/syncer.js +++ b/core/modules/syncer.js @@ -581,6 +581,8 @@ SaveTiddlerTask.prototype.run = function(callback) { }; // Invoke the callback callback(null); + },{ + tiddlerInfo: self.tiddlerInfo[task.title] }); } else { this.syncer.logger.log(" Not Dispatching 'save' task:",this.title,"tiddler does not exist");