Comparing version 0.12.4 to 0.12.5
@@ -35,3 +35,3 @@ 'use strict'; | ||
// condition is met when indexOf returns 0 | ||
if (!realPath.indexOf(sysPath.resolve(watchedPath))) { | ||
if (!realPath.indexOf(sysPath.resolve(watchedPath) + sysPath.sep)) { | ||
watchPath = watchedPath; | ||
@@ -38,0 +38,0 @@ return true; |
@@ -323,3 +323,3 @@ 'use strict'; | ||
this._emitReady(); | ||
return callback(null, item); | ||
return callback(null, false); | ||
} | ||
@@ -326,0 +326,0 @@ |
{ | ||
"name": "chokidar", | ||
"description": "A neat wrapper around node.js fs.watch / fs.watchFile / fsevents.", | ||
"version": "0.12.4", | ||
"version": "0.12.5", | ||
"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
39001