mirror of
https://github.com/flynx/colors.js.git
synced 2025-11-03 13:30:10 +00:00
add an blank line
This commit is contained in:
parent
f6ebbfe14c
commit
1774321751
@ -51,6 +51,7 @@ var stylize = colors.stylize = function stylize (str, style) {
|
||||
if (!colors.enabled) {
|
||||
return str+'';
|
||||
}
|
||||
|
||||
return ansiStyles[style].open + str + ansiStyles[style].close;
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user