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
I have experienced issues with globs as well when using TypeOrm and using routing-controllers.
Basically when I start up my server using bun, both globs return empty but when I run it in ts-node they return what is expect.
What version of Bun is running?
1.0.24+6fa35839c
What platform is your computer?
Darwin 22.6.0 arm64 arm
What steps can reproduce the bug?
await $
rm -rf /tmp/xx; mkdir /tmp/xx; touch /tmp/xx/1.txt /tmp/xx/2.txt; echo /tmp/xx/*.txt
.text()What is the expected behavior?
"/tmp/xx/1.txt /tmp/xx/2.txt\n"
What do you see instead?
"\n"
Additional information
No response
The text was updated successfully, but these errors were encountered: