You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: node_modules/ansi-styles/index.js
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -109,7 +109,7 @@ function assembleStyles() {
109
109
// From https://github.com/Qix-/color-convert/blob/3f0e0d4e92e235796ccb17f6e85c72094a651f49/conversions.js
110
110
Object.defineProperties(styles,{
111
111
rgbToAnsi256: {
112
-
value: (red,green,blue)=>{
112
+
value(red,green,blue){
113
113
// We use the extended greyscale palette here, with the exception of
114
114
// black and white. normal palette only has 4 greyscale shades.
0 commit comments