mirror of
https://github.com/nuintun/command-manager.git
synced 2025-06-09 04:34:04 +08:00
update files
This commit is contained in:
parent
1efef2d5bc
commit
1573efbbe7
@ -112,7 +112,7 @@ module.exports = Vue.component('app-main', {
|
||||
' \u001b[31mreturn\u001b[39m \u001b[37mhypernal\u001b[39m\u001b[90m;\u001b[39m',
|
||||
'\u001b[33m}\u001b[39m\u001b[90m;\u001b[39m',
|
||||
'2015-11-25T07:58:11.061Z'
|
||||
].join('\n');
|
||||
].join('\r\n');
|
||||
|
||||
if (!runtime) {
|
||||
var xterm = new Terminal({
|
||||
|
@ -56,7 +56,7 @@ function Terminal(options){
|
||||
options.handler = typeof options.handler === 'function' ? options.handler : function (){};
|
||||
this.handler = options.handler;
|
||||
|
||||
options.convertEol = options.convertEol !== false;
|
||||
options.convertEol = options.convertEol === true;
|
||||
this.convertEol = options.convertEol;
|
||||
|
||||
this.options = options;
|
||||
|
Loading…
x
Reference in New Issue
Block a user