Skip to content

Commit

Permalink
fix(core): replace "red" color with "brightBlue" on package's out…
Browse files Browse the repository at this point in the history
…put prefix (lerna#2774)
  • Loading branch information
wmaca authored and Ross Rhodes committed Jan 3, 2023
1 parent 750e00b commit 59f12c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/child-process/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ const logTransformer = require("strong-log-transformer");
const children = new Set();

// when streaming processes are spawned, use this color for prefix
const colorWheel = ["cyan", "magenta", "blue", "yellow", "green", "red"];
const colorWheel = ["cyan", "magenta", "blue", "yellow", "green", "blueBright"];
const NUM_COLORS = colorWheel.length;

// ever-increasing index ensures colors are always sequential
Expand Down

0 comments on commit 59f12c4

Please sign in to comment.