You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This not producing an obvious error makes it more problematic imo, it would be nice to have the option being present cause an error/warning until its implemented
What version of Bun is running?
1.1.26+0a37423ba
What platform is your computer?
Darwin 23.6.0 arm64 arm
What steps can reproduce the bug?
The following code in bun does not recurse subdirectories. It does in Node. Paste into an index.ts.
What is the expected behavior?
What do you see instead?
NodeJS returns the recursive result, in my case 3. Bun does not, in my case 2.
Additional information
No response
The text was updated successfully, but these errors were encountered: