appnexus / sicksync

Don’t accept the available as the preferable. Go the extra mile with extra speed.
Apache License 2.0
68 stars 11 forks source link

deleted files causing issues #76

Closed laggingreflex closed 7 years ago

laggingreflex commented 7 years ago
fs.js:557
  return binding.open(pathModule._makeLong(path), stringToFlags(flags), mode);
                 ^

Error: ENOENT: no such file or directory, open 'C:\...\projects\...\npm-debug.log.334085093'
    at Object.fs.openSync (fs.js:557:18)
    at Object.fs.readFileSync (fs.js:467:33)
    at FSHelper.onFileChange (C:\...\sicksync\dist\local\fs-helper.js:83:72)
    at Timeout._onTimeout (C:\...\sicksync\dist\util.js:145:17)
    at ontimeout (timers.js:365:14)
    at tryOnTimeout (timers.js:237:5)
    at Timer.listOnTimeout (timers.js:207:5)
laggingreflex commented 7 years ago

fixed by #83