Closed dman777 closed 6 years ago
Not sure if this is breakage or if variable expansion is not included, but:
console.log(colors.magenta("File " + sourceFile + " is new/newer"));
will not color because of the string variable sourceFile
sourceFile
I just tried this using the latest colors and it seems to work fine. Feel free to re-open if you can convince me otherwise. Thanks!
colors
Not sure if this is breakage or if variable expansion is not included, but:
will not color because of the string variable
sourceFile