1
zj
2025-07-09 b0628cd6949a915596461719d16ba20b59dff73b
websocketSerivce/src/main/java/org/example/controller/RunController.java
@@ -103,6 +103,7 @@
            if (exitCode != 0) {
                return ServerResponse.createByErrorMsg(pathName+"重启失败");
            }
            return ServerResponse.createBySuccess(pathName+"重启成功");
        } catch (IOException | InterruptedException e) {
            e.printStackTrace();
        }