From 50323815c7b3c87d5e0014f2ae7a06c94eb53815 Mon Sep 17 00:00:00 2001 From: rosen-vladimirov Date: Fri, 12 Feb 2016 16:38:50 +0200 Subject: [PATCH] Fix ENOENT, EISDIR, EEXIST errors in livesync During the last refactoring we've lost the queue of futures. So we had some racing issues when the same file is saved multiple times. Fix this by adding back the queue and adding some try-catch statements. Also update gaze in order to fix some ENOENT errors. --- lib/common | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/common b/lib/common index 36ddbba532..466227ea6e 160000 --- a/lib/common +++ b/lib/common @@ -1 +1 @@ -Subproject commit 36ddbba5326ad3ab09ae3378e1c8f911d01fa55b +Subproject commit 466227ea6e7d0f2cbc595b3ffbd45e2c158ff90b diff --git a/package.json b/package.json index f5d0cd7fbd..86929a1908 100644 --- a/package.json +++ b/package.json @@ -39,7 +39,7 @@ "ffi": "https://github.com/icenium/node-ffi/tarball/v2.0.0.1", "fibers": "https://github.com/icenium/node-fibers/tarball/v1.0.6.3", "filesize": "3.1.2", - "gaze": "0.5.1", + "gaze": "0.5.2", "gulp": "3.9.0", "iconv-lite": "0.4.11", "inquirer": "0.9.0",