We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7d34da3 commit 16acda5Copy full SHA for 16acda5
1 file changed
src-tauri/src/process/registry.rs
@@ -93,7 +93,6 @@ impl ProcessRegistry {
93
project_path: String,
94
task: String,
95
model: String,
96
- child: tauri_plugin_shell::process::Child,
97
) -> Result<(), String> {
98
let process_info = ProcessInfo {
99
run_id,
0 commit comments