We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3e61bfd commit 0407e97Copy full SHA for 0407e97
resources/assets/scripts/components/server/subpages/Console.ts
@@ -94,8 +94,7 @@ export default Vue.component('server-console', {
94
*/
95
sendCommand: function () {
96
this.commandHistoryIndex = -1;
97
- // this.commandHistory.unshift(this.command);
98
- this.commandHistory.unshift();
+ this.commandHistory.unshift(this.command);
99
this.$socket().instance().emit('send command', this.command);
100
this.command = '';
101
},
0 commit comments