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
fs.open/lstat/etc.
0.7.3
macos
import fs from 'node:fs/promises' const p = "fake" export async function main() { const stat = await fs.lstat(p) return stat.isDirectory() } main().then()
$ bun .
bun . ENOENT: No such file or directory syscall: "lstat" errno: -2
^ NOTE too trailing empty lines...maybe relevant.
No response
Node seems to not show a stack trace either...
nodejs/node#30944
The text was updated successfully, but these errors were encountered:
fs.lstat
No branches or pull requests
What version of Bun is running?
0.7.3
What platform is your computer?
macos
What steps can reproduce the bug?
^ NOTE too trailing empty lines...maybe relevant.
What is the expected behavior?
No response
What do you see instead?
No response
Additional information
Node seems to not show a stack trace either...
nodejs/node#30944
The text was updated successfully, but these errors were encountered: