Skip to content

Commit

Permalink
update donwload.cs to exit on validate failure
Browse files Browse the repository at this point in the history
  • Loading branch information
checkymander committed Feb 6, 2024
1 parent 356531e commit eab5dc3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Payload_Type/athena/athena/agent_code/download/download.cs
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ await messageManager.AddResponse(new DownloadResponse
completed = true,
task_id = job.task.id
}.ToJson());
return;
}
ServerDownloadJob downloadJob = new ServerDownloadJob(job, args, this.config.chunk_size);

Expand Down

0 comments on commit eab5dc3

Please sign in to comment.