| ... | ... | @@ -1189,7 +1189,7 @@ fn unpackTarball(f: *Fetch, out_dir: fs.Dir, reader: anytype) RunError!UnpackRes |
| 1189 | 1189 | .unable_to_create_file => |i| res.unableToCreateFile(stripRoot(i.file_name, res.root_dir), i.code), |
| 1190 | 1190 | .unable_to_create_sym_link => |i| res.unableToCreateSymLink(stripRoot(i.file_name, res.root_dir), i.link_name, i.code), |
| 1191 | 1191 | .unsupported_file_type => |i| res.unsupportedFileType(stripRoot(i.file_name, res.root_dir), @intFromEnum(i.file_type)), |
| 1192 | | .components_outside_stripped_prefix => {}, // impossible with strip_components = 0 |
| 1192 | .components_outside_stripped_prefix => unreachable, // unreachable with strip_components = 0 |
| 1193 | 1193 | } |
| 1194 | 1194 | } |
| 1195 | 1195 | } |