lume / cli

A CLI for managing TypeScript packages.
6 stars 2 forks source link

Update Karma to latest, make errors more helpful #11

Open trusktr opened 4 years ago

trusktr commented 4 years ago

See if newer Karma makes error reporting better (it currently omits stack traces in some cases, which requires going on a bug hunting safari each time). See https://github.com/karma-runner/karma/issues/3296

To test a difficult-to-debug error, checkout commit bc435fcef9320f4c20c9802f94ef71f7667cef87 of the lume/lume repo (recursively including sub modules).

Also see the try-to-improve-error-output branch here in cli, to see if we can improve the console logging.