Comparing version 1.3.3 to 1.3.4
{ | ||
"name": "sane", | ||
"version": "1.3.3", | ||
"version": "1.3.4", | ||
"description": "Sane aims to be fast, small, and reliable file system watcher.", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -187,3 +187,5 @@ 'use strict'; | ||
assert.equal(resp.subscription, SUB_NAME, 'Invalid subscription event.'); | ||
resp.files.forEach(this.handleFileChange, this); | ||
if (Array.isArray(resp.files)) { | ||
resp.files.forEach(this.handleFileChange, this); | ||
} | ||
}; | ||
@@ -190,0 +192,0 @@ |
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
61632
1256