mirror of
https://github.com/DioxusLabs/dioxus
synced 2024-11-10 14:44:12 +00:00
attempt fix on inter
This commit is contained in:
parent
4b2e426958
commit
45b824346c
1 changed files with 2 additions and 0 deletions
|
@ -16,6 +16,8 @@ fn main() {
|
|||
if contents.trim() == hash.to_string() {
|
||||
return;
|
||||
}
|
||||
|
||||
panic!("Hashes don't match {} != {}", contents, hash.to_string());
|
||||
}
|
||||
|
||||
// Otherwise, generate the bindings and write the new hash to disk
|
||||
|
|
Loading…
Reference in a new issue