Significant improvements to attaching/console handling

This commit is contained in:
Dane Everitt
2019-04-20 16:20:08 -07:00
parent ebe98aa860
commit 870adffc14
6 changed files with 181 additions and 23 deletions

View File

@@ -110,7 +110,7 @@ func (wsm *WebsocketMessage) HandleInbound(c *websocket.Conn) error {
}
case "send command":
{
return nil
return wsm.server.Environment().SendCommand(strings.Join(wsm.Args, ""))
}
}