Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

--files option does not work due to colorization of keys #209

Open
Christian1984 opened this issue Jul 22, 2019 · 1 comment
Open

--files option does not work due to colorization of keys #209

Christian1984 opened this issue Jul 22, 2019 · 1 comment

Comments

@Christian1984
Copy link

There is an issue with the colorization of keys in bin/license-checker.js:78 ff.

Since keys are colorized here they can no longer be used as filenames when using the --files option. fs throws multiple errors here.

I'd like to fix that by separating responsibilities in terms of separating data (bare text-keys) from their colored representation (on output).

@Christian1984
Copy link
Author

Fixed in #210

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant