| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
2 files changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -307,7 +307,7 @@ read_utf8! : Path => Result Str [FileReadErr Path IOErr, FileReadUtf8Err Path _] | |||
| 307 | 307 | read_utf8! = |path| | |
| 308 | 308 | bytes = | |
| 309 | 309 | Host.file_read_bytes!(InternalPath.to_bytes(path)) | |
| 310 | - |> Result.map_err?(|read_err| FileReadErr(path, InternalIOErr.handle_err(read_err))) | ||
| 310 | + |> Result.map_err(|read_err| FileReadErr(path, InternalIOErr.handle_err(read_err)))? | ||
| 311 | 311 | ||
| 312 | 312 | Str.from_utf8(bytes) | |
| 313 | 313 | |> Result.map_err(|err| FileReadUtf8Err(path, err)) | |
| Back | FazBrowse Home | New Git URL |
0 commit comments