mirror of
https://github.com/quine-global/hyper.git
synced 2026-01-13 04:28:41 -09:00
Ignore file watch errors. Fixes GH-225 (#893)
This commit is contained in:
parent
83b47a553d
commit
235b289bee
1 changed files with 3 additions and 0 deletions
|
|
@ -40,6 +40,9 @@ function watch() {
|
|||
});
|
||||
}
|
||||
});
|
||||
this.on('error', () => {
|
||||
// Ignore file watching errors
|
||||
});
|
||||
});
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue