node-watch
Advanced tools
Comparing version 0.3.2 to 0.3.3
@@ -222,3 +222,5 @@ /** | ||
fs.watch(fpath, function(evt, fname) { | ||
normalizeCall(path.join(fpath, fname), options, cb); | ||
if (fname) { | ||
normalizeCall(path.join(fpath, fname), options, cb); | ||
} | ||
}).on('error', catchException); | ||
@@ -225,0 +227,0 @@ |
{ | ||
"name": "node-watch" | ||
, "version": "0.3.2" | ||
, "version": "0.3.3" | ||
, "description": "fs.watch() wrapper of Nodejs " | ||
@@ -5,0 +5,0 @@ , "url": "https://github.com/yuanchuan/node-watch" |
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
8938
218