Skip to content

Create the proof directory before trying to delete the proofs

Ada Turgut requested to merge create-storage-dir-if-doesnt-exist into dev

Upon first startup, there would be an error as DevDatabaseLoader would try to delete all proofs even if there was no directory. Now, it creates the directory before trying to delete the proofs.

Merge request reports