Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
SkyDynamic committed May 11, 2024
1 parent 6c32bdc commit 2e275bb
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,7 @@ public static int make(ServerCommandSource commandSource, String name, String de
}
} catch (Exception e) {
LOGGER.error("", e);
Messenger.sendMessage(commandSource, Text.of(tr("quickbackupmulti.make.fail", e.getCause() + e.getMessage())));
Messenger.sendMessage(commandSource, Text.of(tr("quickbackupmulti.make.fail", e.getMessage())));
backupDir.resolve(name).toFile().deleteOnExit();
}
return 1;
Expand Down

0 comments on commit 2e275bb

Please sign in to comment.