mirror of
https://github.com/AppFlowy-IO/AppFlowy.git
synced 2024-08-30 18:12:39 +00:00
fix: tauri ci error (#5085)
This commit is contained in:
parent
429892aefc
commit
83b18c4825
@ -61,5 +61,5 @@ pub fn init_flowy_core() -> AppFlowyCore {
|
|||||||
|
|
||||||
let runtime = Arc::new(AFPluginRuntime::new().unwrap());
|
let runtime = Arc::new(AFPluginRuntime::new().unwrap());
|
||||||
let cloned_runtime = runtime.clone();
|
let cloned_runtime = runtime.clone();
|
||||||
runtime.block_on(async move { AppFlowyCore::new(config, cloned_runtime).await })
|
runtime.block_on(async move { AppFlowyCore::new(config, cloned_runtime, None).await })
|
||||||
}
|
}
|
||||||
|
@ -56,5 +56,5 @@ pub fn init_flowy_core() -> AppFlowyCore {
|
|||||||
|
|
||||||
let runtime = Arc::new(AFPluginRuntime::new().unwrap());
|
let runtime = Arc::new(AFPluginRuntime::new().unwrap());
|
||||||
let cloned_runtime = runtime.clone();
|
let cloned_runtime = runtime.clone();
|
||||||
runtime.block_on(async move { AppFlowyCore::new(config, cloned_runtime).await })
|
runtime.block_on(async move { AppFlowyCore::new(config, cloned_runtime, None).await })
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user