Skip to content

Commit

Permalink
fix: add start & end tags
Browse files Browse the repository at this point in the history
  • Loading branch information
TurtIeSocks committed Aug 6, 2024
1 parent 2d9b059 commit 303e28c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/logger/lib/tags.js
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,8 @@ const TAGS = /** @type {const} */ ({
build: chalk.hex('#ef6c00')('[BUILD]'),
ReactMap: chalk.hex('#ff3d00')('[ReactMap]'),
trial: chalk.hex('#fff320')('[TRIAL]'),
start: chalk.greenBright('[START]'),
end: chalk.redBright('[END]'),

pokemon: chalk.hex('#f44336')('[POKEMON]'),
pokestops: chalk.hex('#e91e63')('[POKESTOPS]'),
Expand Down

0 comments on commit 303e28c

Please # to comment.