Skip to content

Commit

Permalink
Revert code
Browse files Browse the repository at this point in the history
  • Loading branch information
nntthuy-axonivy committed Jul 2, 2024
1 parent f127cb7 commit 7a28140
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -277,7 +277,8 @@ private void updateProductFromReleaseTags(Product product) {
return f.get();
} catch (InterruptedException | ExecutionException e) {
Thread.currentThread().interrupt();
throw new RuntimeException("Thread was interrupted", e);
log.error("Get readme and product json contents failed", e);
return null;
}
}).toList();
product.setReadmeProductContents(readmeProductContents);
Expand Down

0 comments on commit 7a28140

Please sign in to comment.