mirror of
https://github.com/getzola/zola
synced 2024-12-12 21:32:29 +00:00
parent
88e5c6e167
commit
6a39253e29
1 changed files with 1 additions and 1 deletions
|
@ -489,7 +489,7 @@ pub fn serve(
|
|||
Some(s)
|
||||
}
|
||||
Err(e) => {
|
||||
console::error(&format!("{}", e));
|
||||
console::unravel_errors("Failed to build the site", &e);
|
||||
None
|
||||
}
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue