Skip to content

Commit 00478a5

Browse files
committed
assets: fix error in release mode
1 parent 29ea303 commit 00478a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/assets.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ lazy_static! {
1111
static ref TERA_CACHE: Tera = match build_tera_cache() {
1212
Ok(tera) => tera,
1313
Err(err) => {
14-
::utils::report_error(&err);
14+
::utils::report_failure(&err);
1515
::std::process::exit(1);
1616
}
1717
};

0 commit comments

Comments
 (0)