fb-watchman
Advanced tools
Comparing version 1.8.0 to 1.9.0
@@ -206,3 +206,3 @@ /* Copyright 2014-present Facebook, Inc. | ||
if ('error' in obj) { | ||
error = new Error(obj.error); | ||
var error = new Error(obj.error); | ||
error.watchmanResponse = obj; | ||
@@ -209,0 +209,0 @@ self.emit('error', error); |
{ | ||
"name": "fb-watchman", | ||
"version": "1.8.0", | ||
"version": "1.9.0", | ||
"description": "Bindings for the Watchman file watching service", | ||
@@ -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
10773