benawad / destiny

Prettier for File Structures
MIT License
3.53k stars 81 forks source link

Debug file output's chalk characters #136

Closed waynevanson closed 4 years ago

waynevanson commented 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/**/*.*":

src
├──denormalize
│  ├──denormalize-entity.ts
│  └──denormalize.ts
├──normalize
│  ├──normalize-entity
│  │  ├──schema
│  │  │  ├──public
│  │  │  │  └──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):
github-actions[bot] commented 4 years ago

:tada: This issue has been resolved in version 0.7.1 :tada:

The release is available on:

Your semantic-release bot :package::rocket: