Remove error for file contents not being UTF-8

This commit is contained in:
rosalina 2023-09-16 19:28:15 -04:00 committed by GitHub
parent 63db4ac8c7
commit b6d5f8ce33
Signed by: DevComp
GPG key ID: 4AEE18F83AFDEB23

View file

@ -30,7 +30,6 @@ An error will be thrown in the following situations:
- `path` does not point to an existing file.
- The current process lacks permissions to read the file.
- The contents of the file cannot be read as a UTF-8 string.
- Some other I/O error occurred.
#### Parameters