Marak / colors.js

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

Expose enable/disable methods #222

Closed bcaudan closed 6 years ago

bcaudan commented 6 years ago

Closes #221.

I have choose to expose enable and disable methods but I can change it to setEnabled(bool)if you prefer.

DABH commented 6 years ago

This looks good to me and seems like it does indeed fix the bug. Thank you!