mirror of
https://github.com/redstrate/Physis.git
synced 2025-04-21 12:17:45 +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());
|
||||
}
|
||||
_ => {
|
||||
panic!("Unhandled operation!");
|
||||
}
|
||||
}
|
||||
}
|
||||
_ => {}
|
||||
|
|
Loading…
Add table
Reference in a new issue