mirror of
https://github.com/zyllian/zyllian.github.io.git
synced 2025-01-18 03:32:30 -08:00
Fix error message for Sass paths with invalid UTF-8
This commit is contained in:
parent
5e1913c9de
commit
bcf673fd7b
1 changed files with 4 additions and 1 deletions
|
@ -207,7 +207,10 @@ impl<'a> SiteBuilder<'a> {
|
|||
),
|
||||
}
|
||||
} else {
|
||||
eprintln!("Sass stylesheet contains invalid UTF-8: {:?}", sheet_path);
|
||||
eprintln!(
|
||||
"Sass stylesheet path contains invalid UTF-8: {:?}",
|
||||
sheet_path
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue