mirror of
https://git.ari.lt/ari.lt/ari.lt.git
synced 2025-02-04 09:39:25 +01:00
update @ Wed 27 Oct 02:10:11 EEST 2021
This commit is contained in:
parent
3d3d66ad7e
commit
2afe6bb1e8
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@ function main() {
|
|||
let code = (e.keyCode ? e.keyCode : e.which);
|
||||
if (code == 13) {
|
||||
let command_list = cmd_prompt.value.split(' ');
|
||||
let command = command_list[0];
|
||||
let command = command_list[0].toLocaleLowerCase();
|
||||
let argv = command_list.slice(1);
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue