| ... | ... | @@ -185,7 +185,7 @@ pub fn main() !void { |
| 185 | 185 | }; |
| 186 | 186 | const max_bytes = 10 * 1024 * 1024; |
| 187 | 187 | const contents = std.fs.cwd().readFileAlloc(allocator, abi_list_filename, max_bytes) catch |err| { |
| 188 | | std.debug.warn("unable to open {s}: {s}\n", .{ abi_list_filename, err }); |
| 188 | std.debug.warn("unable to open {s}: {}\n", .{ abi_list_filename, err }); |
| 189 | 189 | std.process.exit(1); |
| 190 | 190 | }; |
| 191 | 191 | var lines_it = std.mem.tokenize(contents, "\n"); |