Skip to content

Commit

Permalink
Merge branch 'master' into ypiel/TCOMP-2408_ComponentException_only_E…
Browse files Browse the repository at this point in the history
…xceptionCause
  • Loading branch information
acatoire authored Jul 11, 2024
2 parents 3522c12 + 7a1cea0 commit fe16809
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@ private String validateIcon(final Icon annotation, final Collection<String> erro
svgs.stream()
.filter(f -> !f.exists())
.forEach(
svg -> errors.add("No '" + stripPath(svg)
svg -> log.error("No '" + stripPath(svg)
+ "' found, this will run in degraded mode in Talend Cloud"));
if (configuration.isValidateSvg()) {
errors.addAll(svgs.stream().filter(File::exists).flatMap(this::validateSvg).collect(toSet()));
Expand Down

0 comments on commit fe16809

Please sign in to comment.