moudy / broccoli-taco

Static Sites Powered by Broccoli
http://broccoli-taco.com/
94 stars 14 forks source link

Intermittent fs.js throw errnoException Error: watch ENOENT #16

Open givanse opened 9 years ago

givanse commented 9 years ago
fs.js:1063
    throw errnoException(process._errno, 'watch');
          ^
Error: watch ENOENT
    at errnoException (fs.js:1031:11)
    at FSWatcher.start (fs.js:1063:11)
    at Object.fs.watch (fs.js:1088:11)
    at Watcher.watchdir (/home/ivan/programming/givanse-broccoli-taco-branch/node_modules/broccoli-taco/node_modules/broccoli-sane-watcher/node_modules/sane/index.js:198:20)
    at Watcher.<anonymous> (/home/ivan/programming/givanse-broccoli-taco-branch/node_modules/broccoli-taco/node_modules/broccoli-sane-watcher/node_modules/sane/index.js:326:14)
    at Object.oncomplete (fs.js:108:15)

Haven't been able to reproduce it reliably.