X-Git-Url: http://git.euphorik.ch/?a=blobdiff_plain;f=backend%2Fbuild.rs;fp=backend%2Fbuild.rs;h=012f651124d346adbdf851be3a6efdd677d1eaab;hb=e1d2ac7d318ed90b941bdc9911d6c22474c1f535;hp=be604657b37e6ad0ef440fd0ccfed35653baf12d;hpb=aa59a1f9b79009079a5a1fbafd4f65d3130e9ee2;p=valheim_web.git diff --git a/backend/build.rs b/backend/build.rs index be60465..012f651 100644 --- a/backend/build.rs +++ b/backend/build.rs @@ -41,6 +41,6 @@ fn main() { if !output.status.success() { // SASS will put the error in the file. let error = std::fs::read_to_string("./static/style.css").expect("unable to read style.css"); - panic!("{}", error); + panic!("Error from SASS: {}", error); } }