Skip to content

Commit 75881db

Browse files
committed
refactor(registry): simplify process registration
- Remove unused child parameter from register_agent_process() - Simplify ProcessInfo structure by removing unnecessary process handle
1 parent 5b0e6d1 commit 75881db

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src-tauri/src/process/registry.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,6 @@ impl ProcessRegistry {
9393
project_path: String,
9494
task: String,
9595
model: String,
96-
child: tauri_plugin_shell::process::Child,
9796
) -> Result<(), String> {
9897
let process_info = ProcessInfo {
9998
run_id,

0 commit comments

Comments
 (0)