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 (#2774)
  • Loading branch information
wmaca committed Oct 9, 2022
1 parent 012d31d commit d7c1b87
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/child-process/index.js
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 d7c1b87

Please sign in to comment.