Added command history into client
This commit is contained in:
@ -68,6 +68,7 @@ class WebConsoleManager {
|
||||
*/
|
||||
sendConsoleCmd(cmd){
|
||||
this.activeConnection.sendToServer("EXEC " + cmd);
|
||||
this.activeConnection.commands.push(cmd);
|
||||
}
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user