Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: don't crash/terminate upon errors within chokidar
Handle errors from chokidar and route them to the console. Previously, these unhandled errors (which are very common when editing in Visual Studio) would cause karma to terminate and all browsers to vanish. Fixes #959
- Loading branch information