Skip to content

Commit

Permalink
fix: error color (#3118)
Browse files Browse the repository at this point in the history
  • Loading branch information
nonzzz authored Oct 16, 2023
1 parent 98649af commit f843e6b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/core-common/src/log.ts
Original file line number Diff line number Diff line change
Expand Up @@ -231,7 +231,7 @@ export class DebugLog implements IDebugLog {
black: '\x1b[30m',
red: '\x1b[31m',
green: '\x1b[32m',
yellow: '\x1b3[33m',
yellow: '\x1b[33m',
blue: '\x1b[34m',
magenta: '\x1b[35m',
cyan: '\x1b[36m',
Expand Down

0 comments on commit f843e6b

Please sign in to comment.