We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When I run my script w/out source-map-support in recent versions of node, internal code is greyed out:
source-map-support
When I run with source-map-support I get a nice trace showing my TypeScript file but no colors:
Is there some way to get the colors back?
The text was updated successfully, but these errors were encountered:
implement #263
381fdd1
Successfully merging a pull request may close this issue.
When I run my script w/out
source-map-support
in recent versions of node, internal code is greyed out:When I run with
source-map-support
I get a nice trace showing my TypeScript file but no colors:Is there some way to get the colors back?
The text was updated successfully, but these errors were encountered: