From aa631518152cda5643805c143bf0000bca8d767f Mon Sep 17 00:00:00 2001 From: buggyj Date: Wed, 19 Mar 2014 20:20:54 +0530 Subject: [PATCH] syncer freeze fix --- core/modules/syncer.js | 3 +++ 1 file changed, 3 insertions(+) diff --git a/core/modules/syncer.js b/core/modules/syncer.js index 93291d29d..518198033 100644 --- a/core/modules/syncer.js +++ b/core/modules/syncer.js @@ -514,6 +514,9 @@ Syncer.prototype.dispatchTask = function(task,callback) { // Invoke the callback callback(null); }); + } else { + this.logger.log(" Not Dispatching 'save' task:",task.title,"tiddler does not exist"); + return callback(null); } } else if(task.type === "load") { // Load the tiddler