mirror of
https://github.com/flynx/colors.js.git
synced 2026-01-07 11:11:12 +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) {
|
if (!colors.enabled) {
|
||||||
return str+'';
|
return str+'';
|
||||||
}
|
}
|
||||||
|
|
||||||
return ansiStyles[style].open + str + ansiStyles[style].close;
|
return ansiStyles[style].open + str + ansiStyles[style].close;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user