-
Notifications
You must be signed in to change notification settings - Fork 971
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
Zola Panics With a Non-Existent Project Root or Config #2250
Labels
Comments
ElliotKillick
changed the title
Zola Panics When Trying to Serve From a Non-Existent Project Root
Zola Panics With a Non-Existent Project Root
Jul 18, 2023
Here's another similar one:
|
ElliotKillick
changed the title
Zola Panics With a Non-Existent Project Root
Zola Panics With a Non-Existent Project Root or Config
Jul 18, 2023
We should error instead of panicking here: https://github.com/getzola/zola/blob/master/src/main.rs#L15-L33 |
Raymi306
pushed a commit
to Raymi306/zola-fork
that referenced
this issue
Jul 29, 2023
…onfig Error instead
this was partially fixed on next already, I will fix the other panic indicated by Keats and make a new PR |
Raymi306
added a commit
to Raymi306/zola-fork
that referenced
this issue
Jul 29, 2023
…fig file not present
Keats
pushed a commit
that referenced
this issue
Jul 30, 2023
peterprototypes
pushed a commit
to peterprototypes/zola
that referenced
this issue
Sep 12, 2023
…fig file not present (getzola#2262)
technimad
pushed a commit
to technimad/zola
that referenced
this issue
Sep 30, 2023
…fig file not present (getzola#2262)
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Bug Report
Environment
Zola version: 0.17.2
Expected Behavior
No panic, an error message is printed and Zola exits cleanly.
Current Behavior
Panic.
Step to reproduce
Same error happens with most other commands (e.g.
init
).The text was updated successfully, but these errors were encountered: