Rebase fixes
This commit is contained in:
parent
b5705e079f
commit
9bf22c56cd
1 changed files with 1 additions and 1 deletions
|
@ -569,9 +569,9 @@ impl TestClient {
|
||||||
cx.update(|cx| {
|
cx.update(|cx| {
|
||||||
Project::local(
|
Project::local(
|
||||||
self.client().clone(),
|
self.client().clone(),
|
||||||
|
self.app_state.node_runtime.clone(),
|
||||||
self.app_state.user_store.clone(),
|
self.app_state.user_store.clone(),
|
||||||
self.app_state.languages.clone(),
|
self.app_state.languages.clone(),
|
||||||
self.app_state.node_runtime.clone(),
|
|
||||||
self.app_state.fs.clone(),
|
self.app_state.fs.clone(),
|
||||||
cx,
|
cx,
|
||||||
)
|
)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue