mirror of
https://github.com/nuintun/command-manager.git
synced 2025-10-20 01:27:47 +08:00
update files
This commit is contained in:
@@ -54,7 +54,7 @@ module.exports = function (Terminal){
|
||||
this.maxRange();
|
||||
}
|
||||
|
||||
for (lch = ch; i < l; i++) {
|
||||
for (; i < l; i++, lch = ch) {
|
||||
ch = data[i];
|
||||
|
||||
switch (this.state) {
|
||||
|
Reference in New Issue
Block a user