typescript-coverage-report
typescript-coverage-report copied to clipboard
Bug: Syntax highlighter doesn't support emojis
Describe the bug
log.debug('â„¹ï¸ [%s][%s][%s][UPGRADING_CLIENT]', new Date().toISOString(), guid ?? 'UNKNOWN', apiVersion);
To Reproduce Have this package lint a file with an emoji, it'll output incorrect characters.
Expected behaviour
log.debug('ℹ️ [%s][%s][%s][UPGRADING_CLIENT]', new Date().toISOString(), guid ?? 'UNKNOWN', apiVersion);
Environment
- Tool version: 0.6.0
- OS: macOS Big Sur
- Node version: 16.x