| author | |
| committer | |
| log | be3fa6d7c4df80249e3b3b2f1d17b997f34b826c |
| tree | 3ee31054a33fa4be5c95c086d194acc82a3bf964 |
| parent | eb51846d3ea24cc4821aef12952cfdfe54b6a191 |
1 files changed, 1 insertions(+), 1 deletions(-)
src/cmd_fetch.zig+1-1| ... | ... | @@ -305,7 +305,7 @@ fn print_incl_dirs_to(w: fs.File.Writer, mod: u.Module, list: *std.ArrayList([]c |
| 305 | 305 | if (!local) { |
| 306 | 306 | try w.print(" cache ++ _paths[{}] ++ \"{Z}\",\n", .{list.items.len-1, it}); |
| 307 | 307 | } else { |
| 308 | // try w.print(" ,\n", .{mod.clean_path, it}); | |
| 308 | try w.print(" \"\",\n", .{mod.clean_path, it}); | |
| 309 | 309 | } |
| 310 | 310 | } |
| 311 | 311 | for (mod.deps) |d| { |