humanmade / linter-bot

Automatically run the HM Coding Standards on any repository.
https://github.com/apps/hm-linter
16 stars 3 forks source link

Uncaught exceptions in eslint #159

Open rmccue opened 2 years ago

rmccue commented 2 years ago

Seeing an uncaught exception work its way up from eslint:

Screen Shot 2021-10-11 at 10 48 37

This then leads to hm-linter crashing.

rmccue commented 2 years ago

Also seeing another one here:

Screen Shot 2021-10-11 at 11 03 57

We probably want a global exception handler in run.js, and more specific ones where needed.