Skip to content

Fix TypeScript Verbose Logging not Printing Out Argument Values #17559

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

Merged
merged 1 commit into from
Dec 19, 2016

Conversation

mjbvz
Copy link
Collaborator

@mjbvz mjbvz commented Dec 19, 2016

Fixes #17488

Bug
In the calls to JSON.stringify, we are currently passing in [] as a whitelist. This results in no argument values being printed.

Fix
Pass in null instead so that we print all argument values

Fixes microsoft#17488

**Bug**
In the calls to `JSON.stringify`, we are currently passing in `[]` as a whitelist. This results in no argument values being printed.

**Fix**
Pass in null instead so that we print all argument values
@mjbvz mjbvz added this to the January 2017 milestone Dec 19, 2016
@mjbvz mjbvz self-assigned this Dec 19, 2016
@mjbvz mjbvz merged commit ab481aa into microsoft:master Dec 19, 2016
@github-actions github-actions bot locked and limited conversation to collaborators Mar 27, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

tsserver verbose tracing is not showing data
2 participants