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
69c80232
Commit
69c80232
authored
Aug 21, 2023
by
jinli gu
Browse files
Update DeployServiceImpl.java
parent
69991e49
Pipeline
#29
failed with stages
in 0 seconds
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 @
69c80232
...
...
@@ -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
);
}
}
...
...
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