Skip to content

Commit

Permalink
2.2.0.CR1
Browse files Browse the repository at this point in the history
  • Loading branch information
ia3andy committed Sep 22, 2023
1 parent afe1661 commit 65a820f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/project.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
release:
current-version: 2.1.0
current-version: 2.2.0.CR1
next-version: 999-SNAPSHOT

Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,8 @@ public static Installation install(PackageManagerInstallConfig config, final Pat
while (i < 5) {
try {
if (i > 0) {
LOG.infof("An error occurred during the previous Node.js install, retrying (%s/5)", i + 1);
LOG.warnf("An error occurred '%s' during the previous Node.js install, retrying (%s/5)",
thrown.getCause().getMessage(), i + 1);
FileUtil.deleteDirectory(installDir);
}
return attemptInstall(config, installDir, factory);
Expand Down

0 comments on commit 65a820f

Please sign in to comment.