Skip to content

Commit fe925fa

Browse files
author
Deng
committed
show exception
1 parent 08c1931 commit fe925fa

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.idea/misc.xml

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

socketclient/src/main/java/com/vilyever/socketclient/SocketClient.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -833,13 +833,13 @@ public void run() {
833833
internalEndSendPacket(packet);
834834
}
835835
catch (IOException e) {
836-
// e.printStackTrace();
836+
e.printStackTrace();
837837
}
838838
}
839839
}
840840
}
841841
catch (InterruptedException e) {
842-
// e.printStackTrace();
842+
e.printStackTrace();
843843
}
844844
}
845845

0 commit comments

Comments
 (0)