mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2025-08-10 15:53:58 +00:00
fix(syncer): restore tiddlerInfo param to saveTiddler (#4584)
This was added on a159b5baf3ad91d8defc68cbf81c78d01b69c416 and lost in #4373. Will be a good idea to introduce tests against this kind of changes
This commit is contained in:
parent
e71a27ac2d
commit
4ea79cb0c3
@ -581,6 +581,8 @@ SaveTiddlerTask.prototype.run = function(callback) {
|
|||||||
};
|
};
|
||||||
// Invoke the callback
|
// Invoke the callback
|
||||||
callback(null);
|
callback(null);
|
||||||
|
},{
|
||||||
|
tiddlerInfo: self.tiddlerInfo[task.title]
|
||||||
});
|
});
|
||||||
} else {
|
} else {
|
||||||
this.syncer.logger.log(" Not Dispatching 'save' task:",this.title,"tiddler does not exist");
|
this.syncer.logger.log(" Not Dispatching 'save' task:",this.title,"tiddler does not exist");
|
||||||
|
Loading…
x
Reference in New Issue
Block a user