From b6d5f8ce3328761939939b2a4af624472d84b2cd Mon Sep 17 00:00:00 2001 From: rosalina Date: Sat, 16 Sep 2023 19:28:15 -0400 Subject: [PATCH] Remove error for file contents not being UTF-8 --- pages/api-reference/fs.md | 1 - 1 file changed, 1 deletion(-) diff --git a/pages/api-reference/fs.md b/pages/api-reference/fs.md index eaf8fdc..8c3e82c 100644 --- a/pages/api-reference/fs.md +++ b/pages/api-reference/fs.md @@ -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