authorgravatar for hello@nektro.netMeghan <hello@nektro.net> 2020-12-28 19:23:46 -08:00
committergravatar for hello@nektro.netMeghan <hello@nektro.net> 2020-12-28 19:23:46 -08:00
logbe3fa6d7c4df80249e3b3b2f1d17b997f34b826c
tree3ee31054a33fa4be5c95c086d194acc82a3bf964
parenteb51846d3ea24cc4821aef12952cfdfe54b6a191

fetch: add back commented line


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,7 +305,7 @@ fn print_incl_dirs_to(w: fs.File.Writer, mod: u.Module, list: *std.ArrayList([]c
305 if (!local) {305 if (!local) {
306 try w.print(" cache ++ _paths[{}] ++ \"{Z}\",\n", .{list.items.len-1, it});306 try w.print(" cache ++ _paths[{}] ++ \"{Z}\",\n", .{list.items.len-1, it});
307 } else {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 for (mod.deps) |d| {311 for (mod.deps) |d| {