@file-services/node
Advanced tools
Comparing version 5.4.0 to 5.4.3
{ | ||
"name": "@file-services/node", | ||
"description": "Node.js file system implementation.", | ||
"version": "5.4.0", | ||
"version": "5.4.3", | ||
"main": "dist/index.js", | ||
@@ -6,0 +6,0 @@ "scripts": { |
@@ -107,3 +107,3 @@ import { join } from 'path'; | ||
const timerId = setTimeout(() => { | ||
this.emitEvent(eventPath).catch((e) => this.onWatchError(e, eventPath)); | ||
this.emitEvent(eventPath).catch((e) => this.onWatchError(e as Error, eventPath)); | ||
}, this.options.debounceWait); | ||
@@ -110,0 +110,0 @@ |
Sorry, the diff of this file is not supported yet
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
28379