We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
.zig-cache
1 parent 6a0b154 commit aca01d8Copy full SHA for aca01d8
src/cdp/runtime.zig
@@ -109,7 +109,7 @@ fn logInspector(cmd: anytype, action: anytype) !void {
109
const id = cmd.input.id orelse return error.RequiredId;
110
const name = try std.fmt.allocPrint(cmd.arena, "id_{d}.js", .{id});
111
112
- var dir = try std.fs.cwd().makeOpenPath("zig-cache/tmp", .{});
+ var dir = try std.fs.cwd().makeOpenPath(".zig-cache/tmp", .{});
113
defer dir.close();
114
115
const f = try dir.createFile(name, .{});
0 commit comments