mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-15 18:28:00 +00:00
Minor update.
This commit is contained in:
@@ -106,7 +106,7 @@ public enum FModel {
|
||||
final boolean deleteSucceeded = logFile.delete();
|
||||
|
||||
if (logFile.exists() && !deleteSucceeded && (logFile.length() != 0)) {
|
||||
// throw new IllegalStateException("Could not delete existing logFile:" + logFile.getAbsolutePath());
|
||||
throw new IllegalStateException("Could not delete existing logFile:" + logFile.getAbsolutePath());
|
||||
}
|
||||
|
||||
try {
|
||||
|
||||
Reference in New Issue
Block a user