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
The $inspect.trace() docs say the first argument is optional yet the typings says it's required.
$inspect.trace()
The docs could be expanded a little. For example, I got to Error entries in the trace yet no errors were thrown
Any code that uses $inspect.trace() iewed in VSCode will get a red squiqqle and
Expected 1 arguments, but got 0.ts(2554)
No response
Not relevant
annoyance
The text was updated successfully, but these errors were encountered:
trace
Successfully merging a pull request may close this issue.
Describe the bug
The
$inspect.trace()
docs say the first argument is optional yet the typings says it's required.The docs could be expanded a little. For example, I got to Error entries in the trace yet no errors were thrown
Reproduction
Any code that uses
$inspect.trace()
iewed in VSCode will get a red squiqqle andExpected 1 arguments, but got 0.ts(2554)
Logs
No response
System Info
Severity
annoyance
The text was updated successfully, but these errors were encountered: