Commit 69c80232 authored by jinli gu's avatar jinli gu
Browse files

Update DeployServiceImpl.java

parent 69991e49
Pipeline #29 failed with stages
in 0 seconds
......@@ -236,7 +236,7 @@ public class DeployServiceImpl implements DeployService {
private void sendMsg(String msg, MsgType msgType) {
try {
WebSocketServer.sendInfo(new SocketMsg(msg, msgType), "deploy");
} Exception {
} catch (Exception e) {
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