This commit is contained in:
夏菊 2025-03-28 22:40:17 +08:00
parent 407ba6c76d
commit b409afddee
1 changed files with 0 additions and 4 deletions

View File

@ -720,10 +720,6 @@ namespace FineUIPro.Web.Transfer
}
catch (WebException ex)
{
if (File.Exists(newUrl))
{
File.Delete(newUrl);
}
}
finally
{