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
21.1.0
Windows 11
fs
create a file name like "GitHub - TuyaAPIcli 🔧 A CLI for Tuya devices.URL"
use fs.existsSync() -- it will say it does not exist but fs.readdir(Sync) will return it
Seems reproducable
Should act like a normal file name and fs.existsSync should acknowledge it, especially when the directory lister returns it.
I'm told the file does not exist.
No response
The text was updated successfully, but these errors were encountered:
I just tested in WSL and it works there so it's a bug in Windows but not Linux (or, at least, not WSL)
Sorry, something went wrong.
seems it duplicate to #48813
Duplicate of #48673
No branches or pull requests
Version
21.1.0
Platform
Windows 11
Subsystem
fs
What steps will reproduce the bug?
create a file name like "GitHub - TuyaAPIcli 🔧 A CLI for Tuya devices.URL"
use fs.existsSync() -- it will say it does not exist but fs.readdir(Sync) will return it
How often does it reproduce? Is there a required condition?
Seems reproducable
What is the expected behavior? Why is that the expected behavior?
Should act like a normal file name and fs.existsSync should acknowledge it, especially when the directory lister returns it.
What do you see instead?
I'm told the file does not exist.
Additional information
No response
The text was updated successfully, but these errors were encountered: