Skip to content

Commit 5032381

Browse files
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.
1 parent a4d422f commit 5032381

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

lib/common

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
"ffi": "https://github.com/icenium/node-ffi/tarball/v2.0.0.1",
4040
"fibers": "https://github.com/icenium/node-fibers/tarball/v1.0.6.3",
4141
"filesize": "3.1.2",
42-
"gaze": "0.5.1",
42+
"gaze": "0.5.2",
4343
"gulp": "3.9.0",
4444
"iconv-lite": "0.4.11",
4545
"inquirer": "0.9.0",

0 commit comments

Comments
 (0)