Prechádzať zdrojové kódy

attempt fix on inter

Jonathan Kelley 1 rok pred
rodič
commit
45b824346c
1 zmenil súbory, kde vykonal 2 pridanie a 0 odobranie
  1. 2 0
      packages/interpreter/build.rs

+ 2 - 0
packages/interpreter/build.rs

@@ -16,6 +16,8 @@ fn main() {
         if contents.trim() == hash.to_string() {
         if contents.trim() == hash.to_string() {
             return;
             return;
         }
         }
+
+        panic!("Hashes don't match {} != {}", contents, hash.to_string());
     }
     }
 
 
     // Otherwise, generate the bindings and write the new hash to disk
     // Otherwise, generate the bindings and write the new hash to disk