1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-06-16 10:29:54 +00:00

Syncer: Fix typos

Fixes a bug introduced in #4584
This commit is contained in:
jeremy@jermolene.com 2020-04-20 13:19:27 +01:00
parent 154e886873
commit 2649d2f7dc

View File

@ -584,7 +584,7 @@ SaveTiddlerTask.prototype.run = function(callback) {
// Invoke the callback
callback(null);
},{
tiddlerInfo: self.tiddlerInfo[task.title]
tiddlerInfo: self.syncer.tiddlerInfo[self.title]
});
} else {
this.syncer.logger.log(" Not Dispatching 'save' task:",this.title,"tiddler does not exist");