Update dependencies
[valheim_web.git] / backend / build.rs
index 63a6105..be60465 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);
     }
 }