Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
jinli gu
Eladmin
Commits
11d4e8f9
Commit
11d4e8f9
authored
Aug 21, 2023
by
jinli gu
Browse files
Update DeployServiceImpl.java
parent
c11d4e6f
Pipeline
#26
canceled with stages
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
eladmin-system/src/main/java/me/zhengjie/modules/mnt/service/impl/DeployServiceImpl.java
View file @
11d4e8f9
...
...
@@ -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
(
IO
Exception
e
)
{
}
Exception
{
log
.
error
(
e
.
getMessage
(),
e
);
}
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment