| author | |
| committer | |
| log | a3417656f02017e3210f20da0529879631505d41 |
| tree | 830417f84f533aa8d093e07e273541c71a1ad82e |
| parent | 2419af380fbdfaf7f1e859da158adb09ed83e099 |
1 files changed, 1 insertions(+), 0 deletions(-)
src/cmd_sum.zig+1| ... | ... | @@ -27,6 +27,7 @@ pub fn execute(args: [][]u8) !void { |
| 27 | 27 | try dedupe_mod_list(module_list, top_module); |
| 28 | 28 | |
| 29 | 29 | for (module_list.items) |m| { |
| 30 | if (m.clean_path.len == 0) { continue; } | |
| 30 | 31 | const hash = try m.get_hash(dir); |
| 31 | 32 | try w.print("{s} {s}\n", .{hash, m.clean_path}); |
| 32 | 33 | } |