1
Fork 0
This commit is contained in:
Conduitry 2018-10-24 06:15:10 -04:00
parent 340a06da28
commit a8f6d5c970

View file

@ -91,7 +91,7 @@ export default class CheapWatch extends EventEmitter {
}
// handle FSWatcher event for given directory
private _handle(dir: string, event: Event, file: string): void {
private _handle(dir: string, event: string, file: string): void {
this._debounce(dir);
this._debounce(dir + '/' + file);
}