Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Better error reporting if cache directory does not exist #40

Closed
intoverflow opened this issue Oct 15, 2023 · 1 comment
Closed

Better error reporting if cache directory does not exist #40

intoverflow opened this issue Oct 15, 2023 · 1 comment

Comments

@intoverflow
Copy link
Member

When given the --cache=dir flag, zeth assumes the directory dir/network exists. If this directory does not exist, it exits with an error, but the error is not very helpful. Zeth should either create the missing directory tree, or provide an error message that includes the path that is expected to exist.

@intoverflow
Copy link
Member Author

Addressed by #105, which creates the directories (on-demand) if they do not already exist

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant