update files

This commit is contained in:
nuintun 2015-11-26 17:00:29 +08:00
parent c8efaddbe6
commit 0de48027f7

View File

@ -208,12 +208,8 @@ module.exports = Vue.component('app-main', {
break;
}
console.log(data);
setTimeout(function (){
runtime.xterm.write(data + '');
scroll(runtime.xterm);
}, 100);
} else {
event.sender.send('emulator', project, 'stop');
}