Merge branch 'master' of gburri.org:valheim_web
[valheim_web.git] / backend / build.rs
index be60465..012f651 100644 (file)
@@ -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);
     }
 }