Skip to content

Commit

Permalink
optimize: 添加日志。
Browse files Browse the repository at this point in the history
  • Loading branch information
wangliang181230 committed Jun 13, 2024
1 parent 805b461 commit ffbe9f2
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -145,6 +145,7 @@ public void execute() throws MojoExecutionException {
if (file.exists()) {
try {
file.delete();
getLog().info("Delete file: " + fileInfo.getPath());
} catch (Exception e) {
getLog().warn("Delete file failed: " + fileInfo.getPath(), e);
}
Expand Down

0 comments on commit ffbe9f2

Please sign in to comment.