Fail on error
This commit is contained in:
parent
74ce296310
commit
b704d00531
3
build.rs
3
build.rs
@ -9,5 +9,6 @@ fn main() {
|
||||
generate_cargo_keys(flags).expect("Unable to generate the cargo keys!");
|
||||
Ructe::from_env()
|
||||
.expect("ructe")
|
||||
.compile_templates("templates");
|
||||
.compile_templates("templates")
|
||||
.unwrap();
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user