ember-cli / broccoli-builder

MIT License
1 stars 10 forks source link

Remove now defunct error message improving code. #21

Closed stefanpenner closed 6 years ago

stefanpenner commented 6 years ago

It actually makes stuff worse, as the new BroccoliBuildError stuff handles this correctly.

Prior to this PR, we would end up with strange output. Where different errors would essentially get merged together, resulting in:

The Broccoli Plugin: [BroccoliMergeTrees: TreeMerger (appTestTrees)] failed with:
SyntaxError: dummy/tests/unit/services/service-worker-test.js: "setTimeout" is read-only

Now the error is:

Build Canceled: Broccoli Builder ran into an error with Babel plugin. 💥
dummy/tests/unit/services/service-worker-test.js: "setTimeout" is read-only
SyntaxError: dummy/tests/unit/services/service-worker-test.js: "setTimeout" is read-only
stefanpenner commented 6 years ago

released as v0.18.11 🎉