mirror of
https://github.com/redstrate/Physis.git
synced 2025-04-21 20:27:46 +00:00
Add match for unhandled operation
This commit is contained in:
parent
115733d0b6
commit
d6c85ab6a6
1 changed files with 3 additions and 0 deletions
|
@ -414,6 +414,9 @@ pub fn process_patch(data_dir : &str, path : &str) {
|
||||||
|
|
||||||
fs::remove_file(new_path.as_str());
|
fs::remove_file(new_path.as_str());
|
||||||
}
|
}
|
||||||
|
_ => {
|
||||||
|
panic!("Unhandled operation!");
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
_ => {}
|
_ => {}
|
||||||
|
|
Loading…
Add table
Reference in a new issue