mirror of
https://github.com/tickstep/aliyunpan.git
synced 2025-01-23 22:42:15 +08:00
fix download local folder detect error
This commit is contained in:
parent
23fa29ef54
commit
416b2e2e6a
@ -245,6 +245,7 @@ func RunDownload(paths []string, options *DownloadOptions) {
|
||||
} else {
|
||||
if !fi.IsDir() {
|
||||
fmt.Println("本地保存路径不是文件夹,请删除或者创建对应的文件夹:", originSaveRootPath)
|
||||
return
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user