Syncer: Fix typos

Fixes a bug introduced in #4584
optimising-macrocalls
jeremy@jermolene.com 2020-04-20 13:19:27 +01:00
rodzic 154e886873
commit 2649d2f7dc
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -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");