Marak / colors.js

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

fix null exception #261

Closed jweinsteincbt closed 4 years ago

jweinsteincbt commented 4 years ago

Fixed: throws non-intuitive error on color.red(null) but not on colors.red(undefined)

Includes tests which show the error

Extends on a8ce90c to work for null as well as undefined. @DABH