chore: linting

This commit is contained in:
zhom
2025-08-13 10:10:44 +04:00
parent c2d083a10d
commit 4d98606f28
+1 -1
View File
@@ -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 {