Skip to content

Commit b84bc30

Browse files
committed
LDEV-6273 DIAG: also print full stack trace of comp.call failure
1 parent c87272a commit b84bc30

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

source/java/src/org/lucee/extension/function/CreateWebSocketClient.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -169,6 +169,7 @@ public void onTextMessage(WebSocket websocket, String text) throws Exception {
169169
}
170170
catch(Throwable t) {
171171
System.err.println("[LDEV-6273-DIAG] comp.call threw: " + t);
172+
t.printStackTrace();
172173
throw t;
173174
}
174175
finally {

0 commit comments

Comments
 (0)