提交 266510f3 编写于 作者: K Kohsuke Kawaguchi

On Windows, tmp files cannot be deleted without closing it first.

上级 0da5be71
......@@ -117,6 +117,7 @@ public class AtomicFileWriter extends Writer {
@Override
protected void finalize() throws Throwable {
// one way or the other, temporary file should be deleted.
close();
tmpFile.delete();
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册