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
In reproducing #136, what you actually see on the terminal is:
$ tsd Cannot read properties of undefined (reading 'flags')
No call stack. It's quite confusing.
The culprit is logging only the message here: https://github.com/SamVerschueren/tsd/blob/354f77d97315045770c1a94a4f16ef507c865dbd/source/cli.ts#L30
message
Could we have, say, a message like Error running tsd: ${error.stack || error.message} please? I'd be happy to send a PR!
Error running tsd: ${error.stack || error.message}
The text was updated successfully, but these errors were encountered:
cli
Successfully merging a pull request may close this issue.
In reproducing #136, what you actually see on the terminal is:
No call stack. It's quite confusing.
The culprit is logging only the
message
here: https://github.com/SamVerschueren/tsd/blob/354f77d97315045770c1a94a4f16ef507c865dbd/source/cli.ts#L30Could we have, say, a message like
Error running tsd: ${error.stack || error.message}
please? I'd be happy to send a PR!The text was updated successfully, but these errors were encountered: