mirror of
https://github.com/ethauvin/kobalt.git
synced 2025-04-26 08:27:12 -07:00
Don't throw if can't overwrite (Windows only).
This commit is contained in:
parent
103b5fabdf
commit
c5f2368a29
1 changed files with 0 additions and 1 deletions
|
@ -239,7 +239,6 @@ public class Main {
|
|||
Files.copy(zipFile.getInputStream(entry), entryPath, StandardCopyOption.REPLACE_EXISTING);
|
||||
} catch (FileSystemException ex) {
|
||||
log(2, "Couldn't copy to " + entryPath);
|
||||
throw new IOException(ex);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue