Skip to content

Commit

Permalink
fix: Gwt error message consistency with wire graph (#5085)
Browse files Browse the repository at this point in the history
Signed-off-by: MMaiero <[email protected]>
  • Loading branch information
MMaiero authored Jan 9, 2024
1 parent 9b371f4 commit b48ebb1
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -215,9 +215,6 @@ private static void fillErrorData(final ChannelStatus status, final GwtChannelRe
}

if (exceptionMessage != null && !exceptionMessage.equals(userMessage)) {
if (userMessage != null) {
exceptionMessageBuilder.append(" - ");
}
exceptionMessageBuilder.append(exceptionMessage);
}

Expand Down

0 comments on commit b48ebb1

Please sign in to comment.