Jonathan Kelley 1 年之前
父节点
当前提交
c99c07db0c
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      packages/interpreter/build.rs

+ 1 - 1
packages/interpreter/build.rs

@@ -13,7 +13,7 @@ fn main() {
         return;
         return;
     }
     }
 
 
-    // panic!("Hashes match, no need to update bindings. {expected} != {hash}",);
+    panic!("Hashes match, no need to update bindings. {expected} != {hash}",);
 
 
     // Otherwise, generate the bindings and write the new hash to disk
     // Otherwise, generate the bindings and write the new hash to disk
     // Generate the bindings for both native and web
     // Generate the bindings for both native and web