fix: sending file from local to remote (keep send_raw)
This commit is contained in:
parent
c6082e0a25
commit
50dc2a4d73
4 changed files with 26 additions and 26 deletions
|
|
@ -925,7 +925,7 @@ impl<T: InvokeUiSession> Remote<T> {
|
|||
block.file_num
|
||||
);
|
||||
if let Some(job) = fs::get_job(block.id, &mut self.write_jobs) {
|
||||
if let Err(_err) = job.write(block, None).await {
|
||||
if let Err(_err) = job.write(block).await {
|
||||
// to-do: add "skip" for writing job
|
||||
}
|
||||
self.update_jobs_status();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue