mirror of
https://github.com/lightpanda-io/browser.git
synced 2026-06-11 17:46:32 -04:00
fix zig syntax
This commit is contained in:
@@ -91,7 +91,7 @@ pub fn saveToFile(jar: *Cookie.Jar, path: []const u8) !void {
|
||||
for (jar.cookies.items, 0..) |c, i| {
|
||||
if (i > 0) try w.writeAll(",");
|
||||
try w.writeAll("\n ");
|
||||
try std.json.stringify(JsonCookie{
|
||||
try std.json.Stringify.value(JsonCookie{
|
||||
.name = c.name,
|
||||
.value = c.value,
|
||||
.domain = c.domain,
|
||||
|
||||
Reference in New Issue
Block a user