mirror of
https://github.com/nuintun/command-manager.git
synced 2025-10-21 02:41:23 +08:00
update files
This commit is contained in:
@@ -56,6 +56,9 @@ function Terminal(options){
|
||||
options.handler = typeof options.handler === 'function' ? options.handler : function (){};
|
||||
this.handler = options.handler;
|
||||
|
||||
options.handleTitle = typeof options.handleTitle === 'function' ? options.handleTitle : function (){};
|
||||
this.handleTitle = options.handleTitle;
|
||||
|
||||
options.convertEol = options.convertEol === true;
|
||||
this.convertEol = options.convertEol;
|
||||
|
||||
|
Reference in New Issue
Block a user