mirror of
https://github.com/nuintun/command-manager.git
synced 2025-10-20 09:51:31 +08:00
update files
This commit is contained in:
@@ -412,11 +412,7 @@ module.exports = function (Terminal){
|
||||
case 2:
|
||||
if (this.params[1]) {
|
||||
this.title = this.params[1];
|
||||
|
||||
//handlers could not be installed
|
||||
if (typeof this.handleTitle === 'function') {
|
||||
this.handleTitle(this.title);
|
||||
}
|
||||
this.handleTitle(this.title);
|
||||
}
|
||||
break;
|
||||
case 3:
|
||||
|
Reference in New Issue
Block a user