update files

This commit is contained in:
nuintun 2015-11-25 16:26:44 +08:00
parent 1efef2d5bc
commit 1573efbbe7
2 changed files with 2 additions and 2 deletions

View File

@ -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({

View File

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