Marak / colors.js

get colors in your node.js console
https://github.com/Marak/colors.js
Other
5.17k stars 446 forks source link

nested colors clobber formatting #204

Closed AndrewRayCode closed 6 years ago

AndrewRayCode commented 6 years ago
colors.red.bold(`hi ${colors.green('green')} wrong`)
DABH commented 6 years ago

A PR would be welcomed and appreciated! : )

DABH commented 6 years ago

This example seems to print correctly for me now, but if you have an example that fails on the latest version of the library feel free to open an issue. Thanks!