| ... | @@ -104,7 +104,7 @@ pub fn parse(alloc: *std.mem.Allocator, input: []const u8) !Document { | ... | @@ -104,7 +104,7 @@ pub fn parse(alloc: *std.mem.Allocator, input: []const u8) !Document { |
| 104 | l = all_events.items.len; | 104 | l = all_events.items.len; |
| 105 | } | 105 | } |
| 106 | | 106 | |
| 107 | u.assert(all_events.items.len == 1, "failure parsing zig.mod. please report an issue at https://github.com/nektro/zigmod/issues/new that contains the text of your zig.mod."); | 107 | u.assert(all_events.items.len == 1, "failure parsing zig.mod. please report an issue at https://github.com/nektro/zigmod/issues/new that contains the text of your zig.mod.", .{}); |
| 108 | return all_events.items[0].document; | 108 | return all_events.items[0].document; |
| 109 | } | 109 | } |
| 110 | | 110 | |