Comparing version 0.1.10 to 0.1.11
@@ -48,7 +48,6 @@ var FileWatcher = require('./build/Release/FileWatcher.node'); | ||
this.watcher.stop(callback); | ||
return true; | ||
} catch(error) { | ||
this.errorCallback(error); | ||
return false; | ||
return callback(false); | ||
} | ||
}; |
{ | ||
"name": "nsfw", | ||
"version": "0.1.10", | ||
"version": "0.1.11", | ||
"description": "A simple file watcher for Node", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
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
76304
19
497