Comparing version 0.12.3 to 0.12.4
@@ -171,3 +171,5 @@ 'use strict'; | ||
fs.realpath(linkPath, function(error, linkTarget) { | ||
if (this._handleError(error)) return this._emitReady(); | ||
if (this._handleError(error) || this._isIgnored(linkTarget)) { | ||
return this._emitReady(); | ||
} | ||
this._readyCount++; | ||
@@ -174,0 +176,0 @@ this._addToFsEvents(linkTarget, function(path) { |
@@ -18,3 +18,5 @@ 'use strict'; | ||
if (path && item !== path) { | ||
fsWatchBroadcast(sysPath.resolve(item, path), 'listeners', path); | ||
fsWatchBroadcast( | ||
sysPath.resolve(item, path), 'listeners', sysPath.join(item, path) | ||
); | ||
} | ||
@@ -21,0 +23,0 @@ }; |
{ | ||
"name": "chokidar", | ||
"description": "A neat wrapper around node.js fs.watch / fs.watchFile / fsevents.", | ||
"version": "0.12.3", | ||
"version": "0.12.4", | ||
"keywords": [ | ||
@@ -6,0 +6,0 @@ "fs", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
38986
843