mirror of
https://github.com/IntellectualSites/PlotSquared.git
synced 2025-09-07 13:25:34 +02:00
Update Core/src/main/java/com/plotsquared/core/backup/Backup.java
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:

committed by
GitHub

parent
5f53ace8ea
commit
7c276316a8
@@ -53,7 +53,7 @@ public class Backup {
|
|||||||
try {
|
try {
|
||||||
Files.deleteIfExists(file);
|
Files.deleteIfExists(file);
|
||||||
} catch (final IOException e) {
|
} catch (final IOException e) {
|
||||||
LOGGER.error("Error deleting back at {}", file, e);
|
LOGGER.error("Error deleting backup at {}", file, e);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user