Compare commits
2 commits
59461f38f6
...
92ac0d0384
| Author | SHA1 | Date | |
|---|---|---|---|
| 92ac0d0384 | |||
| 5f88c0f5ed |
1 changed files with 2 additions and 3 deletions
|
|
@ -44,9 +44,8 @@ pub fn create_static_output_files(source_dir: &str) {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
Err(err) => {
|
Err(err) => {
|
||||||
if err.kind() == NotFound {
|
if err.kind() != NotFound {
|
||||||
} else {
|
panic!("Unexpected error: {}", err)
|
||||||
Err(err).unwrap();
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue