parent
1a3597d726
commit
c37d6d5fed
12 changed files with 11 additions and 93 deletions
|
@ -254,10 +254,7 @@ fn main() {
|
|||
};
|
||||
log::info!("Using git binary path: {:?}", git_binary_path);
|
||||
|
||||
let fs = Arc::new(RealFs::new(
|
||||
git_hosting_provider_registry.clone(),
|
||||
git_binary_path,
|
||||
));
|
||||
let fs = Arc::new(RealFs::new(git_binary_path));
|
||||
let user_settings_file_rx = watch_config_file(
|
||||
&app.background_executor(),
|
||||
fs.clone(),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue