update files

This commit is contained in:
nuintun
2015-11-25 17:56:49 +08:00
parent 99bab848d7
commit e98ebadfea
2 changed files with 4 additions and 5 deletions

View File

@@ -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: