diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/main.zig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/main.zig b/src/main.zig index e5470a8cca..d9ca5da154 100644 --- a/src/main.zig +++ b/src/main.zig @@ -2859,6 +2859,7 @@ const FmtError = error{ Unseekable, NotOpenForWriting, UnsupportedEncoding, + ConnectionResetByPeer, } || fs.File.OpenError; fn fmtPath(fmt: *Fmt, file_path: []const u8, check_mode: bool, dir: fs.Dir, sub_path: []const u8) FmtError!void { |
