mirror of https://codeberg.org/cage/tinmop/
- [kami] prevented crash when uploading or downloading failed.
This commit is contained in:
parent
80755d9047
commit
a1d669835b
|
@ -2691,9 +2691,10 @@ Note: existing file will be overwritten."
|
||||||
(_"downloading ~a → ~a")
|
(_"downloading ~a → ~a")
|
||||||
remote-file
|
remote-file
|
||||||
local-file))
|
local-file))
|
||||||
(fstree:download-path win
|
(tui:with-notify-errors
|
||||||
remote-file
|
(fstree:download-path win
|
||||||
local-file)))
|
remote-file
|
||||||
|
local-file))))
|
||||||
remote-files
|
remote-files
|
||||||
local-files)
|
local-files)
|
||||||
(info-message (_"Downloading completed.")
|
(info-message (_"Downloading completed.")
|
||||||
|
@ -2740,9 +2741,10 @@ Note: existing file will be overwritten."
|
||||||
(_"downloading ~a → ~a")
|
(_"downloading ~a → ~a")
|
||||||
source
|
source
|
||||||
destination))
|
destination))
|
||||||
(fstree:upload-path win
|
(tui:with-notify-errors
|
||||||
source
|
(fstree:upload-path win
|
||||||
destination)))
|
source
|
||||||
|
destination))))
|
||||||
destinations
|
destinations
|
||||||
sources)
|
sources)
|
||||||
(info-message (_"Uploading completed.")
|
(info-message (_"Uploading completed.")
|
||||||
|
|
Loading…
Reference in New Issue