Skip to content

Commit

Permalink
Fix sus thing
Browse files Browse the repository at this point in the history
  • Loading branch information
hulto committed Jan 23, 2024
1 parent 9d2f2cf commit 7d4bc27
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion implants/imix/src/tasks.rs
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,7 @@ pub async fn submit_task_output(
);

// Loop over each line of output from the task and append it the the channel output.
let _ = queue_task_output(async_task, *task_id, running_task_res_map);
queue_task_output(async_task, *task_id, running_task_res_map)?;
}

// Iterate over queued task results and send them back to the server
Expand Down

0 comments on commit 7d4bc27

Please sign in to comment.