gulpjs / gulp-cli

Command Line Interface for gulp.
MIT License
401 stars 106 forks source link

fix: Ensure the logger is wired up before running liftoff #258

Closed phated closed 8 months ago

phated commented 8 months ago

It seems that #159 broke logging of the loader include since liftoff will emit events before a logger is set up. I've re-added the initial logger construction to catch these cases.

We might need to revisit the Liftoff events for the next major version to avoid this.