scalvert / ember-cli-checkup

An Ember CLI addon that provides health check information about your application, engine, or addon.
MIT License
7 stars 1 forks source link

Removes threading of result through tasks #134

Closed scalvert closed 4 years ago

scalvert commented 4 years ago

This PR removes the threading of the single result object through the tasks. Allows for tasks to individually return an ITaskResult, which can be aggregated for the complete result.

lbdm44 commented 4 years ago

resolves #132