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
4.15.3
Try to read a file that does not exist. The exception will be thrown.
I expect to see a better error message that follows the actual API of File.
File
The help and message content, talks about the File.create method, which does not exist anymore.
File.create
No response
System: OS: macOS 13.5.2 CPU: (8) arm64 Apple M1 Pro Memory: 182.02 MB / 16.00 GB Shell: 5.9 - /opt/homebrew/bin/zsh Binaries: Node: 18.14.2 - ~/.nvm/versions/node/v18.14.2/bin/node npm: 9.5.0 - ~/.nvm/versions/node/v18.14.2/bin/npm
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
Version
4.15.3
Steps to reproduce
Try to read a file that does not exist. The exception will be thrown.
Expected behavior
I expect to see a better error message that follows the actual API of
File
.Actual behavior
The help and message content, talks about the
File.create
method, which does not exist anymore.Additional context
No response
Environment
The text was updated successfully, but these errors were encountered: