Open disconnect3d opened 3 years ago
Hi! On which operating system were you testing this? I can't reproduce it locally (on macOS):
> swift run -c debug FuzzilliCli --profile=jsc --storagePath=./fuzz_out/ path/to/FuzzBuild/Debug/bin/jsc
...
^C
> ls ./fuzz_out
corpus crashes stats
Setting
--storagePath=./fuzz_out/
for fuzzilli makes it use a..../fuzz_out/fuzz_out
path for storage instead of./fuzz_out
.Seems like an UX bug ;).