Skip to content

Commit 8538940

Browse files
committed
fix: Fixed problem with commit runner not including dark grey config
1 parent 5afb2cd commit 8538940

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/utils/loggingEffects.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ const color = {
1010
torquise: "\x1b[38;5;45m",
1111
purple: "\x1b[38;5;57m",
1212
reset: "\x1b[0m",
13+
darkGrey: "\x1b[38;5;240m",
1314
};
1415

1516
function getTimestamp() {

0 commit comments

Comments
 (0)