dep: update webautn client for better compatibility

This commit is contained in:
HFO4
2022-05-09 14:51:11 +08:00
parent a78407d878
commit 7bd5a8e3cd
4 changed files with 1162 additions and 54 deletions

View File

@@ -206,7 +206,7 @@ func (fs *FileSystem) Delete(ctx context.Context, dirs, files []uint, force bool
if notDeleted := len(fs.FileTarget) - len(deletedFiles); notDeleted > 0 {
return serializer.NewError(
serializer.CodeNotFullySuccess,
fmt.Sprintf("有 %d 个文件未能成功删除", notDeleted),
fmt.Sprintf("Failed to delete %d file(s).", notDeleted),
nil,
)
}