mirror of
https://github.com/ziglang/zig.git
synced 2026-02-20 16:24:51 +00:00
std.tar fix refactored function
It was not returning error in all cases. Bug in refactoring.
This commit is contained in:
parent
f086ea856c
commit
65e5c46d61
@ -598,6 +598,7 @@ fn createDirAndSymlink(dir: std.fs.Dir, link_name: []const u8, file_name: []cons
|
||||
try dir.symLink(link_name, file_name, .{});
|
||||
}
|
||||
}
|
||||
return err;
|
||||
};
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user