mirror of
https://github.com/DioxusLabs/dioxus
synced 2024-11-10 06:34:20 +00:00
add warning
This commit is contained in:
parent
f073322bb3
commit
c75aa48c74
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue