Remove all warnings
[valheim_web.git] / backend / build.rs
index 0d6baba..63a6105 100644 (file)
@@ -28,7 +28,7 @@ fn main() {
 
     // Create static directory if it doesn't exist.
     if !Path::new("static").exists() {
-        std::fs::create_dir("static");
+        std::fs::create_dir("static").unwrap();
     }
 
     let output =