typescript-coverage-report icon indicating copy to clipboard operation
typescript-coverage-report copied to clipboard

Bug: Syntax highlighter doesn't support emojis

Open OmgImAlexis opened this issue 4 years ago • 0 comments

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

OmgImAlexis avatar Jul 13 '21 22:07 OmgImAlexis