Closed waynevanson closed 4 years ago
When I saved log data to a file, any character that has been wrapped with Chalk displays the colour characters.
Should this be the case? I assume it's easier to read without the chalk stuff there.
version: 0.6.2 config used: glob matches for "/home/wayne/Documents/code/playground/normalize-ts/src/**/*.*": [1m[34msrc[39m[22m ├──[1m[34mdenormalize[39m[22m │ ├──denormalize-entity.ts │ └──denormalize.ts ├──[1m[34mnormalize[39m[22m │ ├──[1m[34mnormalize-entity[39m[22m │ │ ├──[1m[34mschema[39m[22m │ │ │ ├──[1m[34mpublic[39m[22m │ │ │ │ └──entity-resolvers.ts │ │ │ ├──entity-data.ts │ │ │ ├──public.ts │ │ │ ├──tuplet.ts │ │ │ └──util.ts │ │ └──schema.ts │ ├──normalize-entity.ts │ └──normalize.ts ├──create-entity.ts ├──denormalize.ts └──normalize.ts generated tree(s):
:tada: This issue has been resolved in version 0.7.1 :tada:
The release is available on:
Your semantic-release bot :package::rocket:
When I saved log data to a file, any character that has been wrapped with Chalk displays the colour characters.
Should this be the case? I assume it's easier to read without the chalk stuff there.