Skip to content

fix(node): recursion fs loop#15941

Merged
ematipico merged 2 commits into
mainfrom
fix/issue-15709
Mar 23, 2026
Merged

fix(node): recursion fs loop#15941
ematipico merged 2 commits into
mainfrom
fix/issue-15709

Conversation

@ematipico
Copy link
Copy Markdown
Member

Changes

Closes #15709

The function didn't have a guard against infinite loops.

Now it does, and it returns an error message.

Testing

Added a unit test

Docs

N/A

@changeset-bot
Copy link
Copy Markdown

changeset-bot Bot commented Mar 16, 2026

🦋 Changeset detected

Latest commit: 6ea8861

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

@github-actions github-actions Bot added the pkg: integration Related to any renderer integration (scope) label Mar 16, 2026
@ematipico ematipico merged commit f41584a into main Mar 23, 2026
20 of 21 checks passed
@ematipico ematipico deleted the fix/issue-15709 branch March 23, 2026 12:33
@astrobot-houston astrobot-houston mentioned this pull request Mar 23, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

pkg: integration Related to any renderer integration (scope)

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[v6] resolveClientDir() causes infinite loop when bundled with esbuild

2 participants