secundant / neodx

A collection of frontend-focused tools aimed at enhancing your development experience
MIT License
80 stars 6 forks source link

`@neodx/log` - Fix `cjs` support (broken `cli-truncate`) #108

Closed secundant closed 1 year ago

secundant commented 1 year ago

cli-truncate does not offer cjs support, which breaks @neodx/log in multiple applications.

Solution: integrate logic from cli-truncate or ignore terminal size.

secundant commented 1 year ago

Fixed in #114