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.
1 parent 626ab30 commit f57108eCopy full SHA for f57108e
src/cli/fuzzilli_command.zig
@@ -35,7 +35,7 @@ pub const FuzzilliCommand = struct {
35
36
const reprl_script = std.fs.cwd().readFileAlloc(
37
ctx.allocator,
38
- "/home/dylan/code/bun/src/js/internal/fuzzilli-reprl.ts",
+ "/home/marko/bun/src/js/internal/fuzzilli-reprl.ts",
39
std.math.maxInt(usize),
40
) catch {
41
Output.prettyErrorln("<r><red>error<r>: OOPSIES\n", .{});
0 commit comments