mirror of
https://github.com/actions/labeler.git
synced 2025-12-19 08:38:15 +00:00
build
This commit is contained in:
2
node_modules/pretty-format/build/index.js
generated
vendored
2
node_modules/pretty-format/build/index.js
generated
vendored
@@ -432,7 +432,7 @@ const getColorsHighlight = options =>
|
||||
options.theme && options.theme[key] !== undefined
|
||||
? options.theme[key]
|
||||
: DEFAULT_THEME[key];
|
||||
const color = _ansiStyles.default[value];
|
||||
const color = value && _ansiStyles.default[value];
|
||||
|
||||
if (
|
||||
color &&
|
||||
|
||||
Reference in New Issue
Block a user