Skip to content

Commit

Permalink
一处日志修改
Browse files Browse the repository at this point in the history
  • Loading branch information
blinkfox committed Jun 3, 2020
1 parent 8573789 commit 08628a2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ public void pack(PackInfo packInfo) {
try {
this.doPack();
} catch (Exception e) {
Logger.error("【构建失败 -> 失败】jpack 执行 Docker 构建失败。\nreason:" + e.getMessage());
Logger.error("【构建失败 -> 失败】jpack 执行 Docker 构建失败。");
throw e;
} finally {
this.clean();
Expand Down

0 comments on commit 08628a2

Please sign in to comment.