Skip to content

Commit 4b3d747

Browse files
committed
move to js/eval
1 parent f0c993b commit 4b3d747

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

src/cli/fuzzilli_command.zig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ pub const FuzzilliCommand = if (bun.Environment.enable_fuzzilli) struct {
2121
};
2222

2323
// Always embed the REPRL script (it's small and not worth the runtime overhead)
24-
const reprl_script = @embedFile("../js/fuzz/fuzzilli-reprl.ts");
24+
const reprl_script = @embedFile("../js/eval/fuzzilli-reprl.ts");
2525

2626
// Create temp file for the script
2727
var temp_dir = std.fs.cwd().openDir("/tmp", .{}) catch {
File renamed without changes.

0 commit comments

Comments
 (0)