mirror of
https://github.com/embarklabs/embark.git
synced 2025-02-11 05:06:47 +00:00
8ca6419a4e
As part of 880a3a6946
, we've introduced a
regression where the `colors` package isn't imported in the scope anymore where it's
needed. In this case the pipeline package. This resulted in log output messages
such as:
```
undefinedwriting fileundefined
```
Adding the `colors` package as dependency and importing it accordingly
fixes the issue.