Add snapshot error handling to ChangeProcessor

This commit is contained in:
Lucien Greathouse
2020-03-13 20:24:14 -07:00
parent 4119a510f5
commit a95ffe1d31
3 changed files with 39 additions and 7 deletions

View File

@@ -10,6 +10,7 @@ mod tree_view;
mod auth_cookie;
mod change_processor;
mod common_setup;
mod error;
mod glob;
mod message_queue;
mod multimap;