fix(syncer): restore tiddlerInfo param to saveTiddler (#4584)

This was added on a159b5baf3 and lost in #4373.
Will be a good idea to introduce tests against this kind of changes
optimising-macrocalls
Daniel Rodríguez Rivero 2020-04-20 12:17:27 +02:00 zatwierdzone przez GitHub
rodzic e71a27ac2d
commit 4ea79cb0c3
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 4AEE18F83AFDEB23
1 zmienionych plików z 2 dodań i 0 usunięć

Wyświetl plik

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