Commit 11d4e8f9 authored by jinli gu's avatar jinli gu
Browse files

Update DeployServiceImpl.java

parent c11d4e6f
Pipeline #26 canceled with stages
......@@ -236,7 +236,7 @@ public class DeployServiceImpl implements DeployService {
private void sendMsg(String msg, MsgType msgType) {
try {
WebSocketServer.sendInfo(new SocketMsg(msg, msgType), "deploy");
} catch (IOException e) {
} Exception {
log.error(e.getMessage(),e);
}
}
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment