-
Notifications
You must be signed in to change notification settings - Fork 32
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
463 add error data to error field #481
Conversation
implants/imix/src/tasks.rs
Outdated
@@ -189,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. | |||
queue_task_output(async_task, *task_id, running_task_res_map, loop_start_time); | |||
let _ = queue_task_output(async_task, *task_id, running_task_res_map); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🤔 why?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
True
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
just one thing thats sus
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## main #481 +/- ##
==========================================
+ Coverage 69.65% 69.95% +0.30%
==========================================
Files 121 121
Lines 9531 9527 -4
==========================================
+ Hits 6639 6665 +26
+ Misses 2779 2749 -30
Partials 113 113 ☔ View full report in Codecov by Sentry. |
What type of PR is this?
/kind feature
What this PR does / why we need it:
Adds error output to the error field.
Which issue(s) this PR fixes:
Fixes #463