Marak / colors.js

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

String literals support #205

Closed BambiHaber closed 6 years ago

BambiHaber commented 6 years ago

Cheers,

console.log(`[RouteHandler] Returning result for ${request.baseUrl}`.blue);

Seems like colors doesn't handle string literals in ES6, is there some bypass for this in the meanwhile?

BambiHaber commented 6 years ago

My mistake! Variable was empty, it does work.