From c75aa48c74ef800eb4407b0bc8510035431b54e7 Mon Sep 17 00:00:00 2001 From: Jonathan Kelley Date: Wed, 6 Mar 2024 18:43:19 -0800 Subject: [PATCH] add warning --- packages/interpreter/build.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/interpreter/build.rs b/packages/interpreter/build.rs index ae44e33b5..af67eb3cc 100644 --- a/packages/interpreter/build.rs +++ b/packages/interpreter/build.rs @@ -13,7 +13,7 @@ fn main() { 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 // Generate the bindings for both native and web