未验证 提交 b6e2e1c8 编写于 作者: C Carlos Sanchez 提交者: GitHub

Restore ArchivingUtils.AttemptSetLastWriteTime (#70617)

上级 eca86dee
......@@ -83,7 +83,7 @@ public static void AttemptSetLastWriteTime(string destinationFileName, DateTimeO
{
File.SetLastWriteTime(destinationFileName, lastWriteTime.DateTime);
}
catch (UnauthorizedAccessException)
catch
{
// Some OSes like Android (#35374) might not support setting the last write time, the extraction should not fail because of that
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册