mirror of
https://github.com/zhom/donutbrowser.git
synced 2026-04-26 13:56:29 +02:00
chore: linting
This commit is contained in:
@@ -130,7 +130,7 @@ async fn warm_up_nodecar(app: tauri::AppHandle) -> Result<(), String> {
|
||||
.shell()
|
||||
.sidecar("nodecar")
|
||||
.map_err(|e| format!("Failed to create nodecar sidecar: {e}"))?
|
||||
.arg("help")
|
||||
.arg("help");
|
||||
|
||||
let exec_future = async { cmd.output().await };
|
||||
match timeout(Duration::from_secs(30), exec_future).await {
|
||||
|
||||
Reference in New Issue
Block a user