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:
@@ -11,7 +11,7 @@ module.exports = function (Terminal){
|
||||
* @param y
|
||||
*/
|
||||
Terminal.prototype.resize = function (x, y){
|
||||
var line, i, j, ch;
|
||||
var i, j, ch;
|
||||
|
||||
if (x < 1) x = 1;
|
||||
|
||||
|
Reference in New Issue
Block a user