broccolijs / broccoli

Browser compilation library – an asset pipeline for applications that run in the browser
https://broccoli.build
MIT License
3.33k stars 217 forks source link

[BUGFIX] Ensure build annotation is correctly passed to the builder, … #457

Closed stefanpenner closed 4 years ago

stefanpenner commented 4 years ago

…and fulfilled via watcher.currentBuild.

This feature is used heavily by ember-cli, but was previously insufficiently tested here. My small refactoring, converting code from promise chaining to async await, inadvertently broke this.