typo
This commit is contained in:
parent
340a06da28
commit
a8f6d5c970
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue