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

patch(cli-utils): Bump stack trace limit when TypeScript is used #355

Merged
merged 3 commits into from
Jul 30, 2024

Conversation

kitten
Copy link
Member

@kitten kitten commented Jul 30, 2024

Summary

Increase stack trace limit to 25 when TypeScript is used, as the default of 10 isn't enough to properly debug issues in most (if not all) cases that TypeScript's type checker or program is involved in a crash.

Set of changes

  • Add bumpStackTraceLimit utility

@kitten kitten requested a review from JoviDeCroock July 30, 2024 13:34
Copy link

changeset-bot bot commented Jul 30, 2024

🦋 Changeset detected

Latest commit: d2e9d89

The changes in this PR will be included in the next version bump.

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

packages/cli-utils/src/ts/factory.ts Outdated Show resolved Hide resolved
Co-authored-by: Jovi De Croock <decroockjovi@gmail.com>
@kitten kitten merged commit 3fa18b2 into main Jul 30, 2024
1 check passed
@kitten kitten deleted the fix/bump-stack-trace-limit branch July 30, 2024 13:38
@github-actions github-actions bot mentioned this pull request Jul 30, 2024
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

Successfully merging this pull request may close these issues.

2 participants