perf:initScript增加执行成功的log

This commit is contained in:
曾文豪
2023-02-07 09:40:15 +08:00
parent 34d8201641
commit 7f46d2d371

View File

@@ -28,6 +28,7 @@ public class CopyLauncherScriptMojo extends AbstractMojo {
public void execute() throws MojoExecutionException {
try {
copy("launchScript");
System.out.println("initScript success.");
} catch (IOException e) {
throw new MojoExecutionException("copy launchScript error");
}