diff --git a/static/js/components/app-main/index.js b/static/js/components/app-main/index.js index 4954946..c3f457c 100644 --- a/static/js/components/app-main/index.js +++ b/static/js/components/app-main/index.js @@ -208,12 +208,8 @@ module.exports = Vue.component('app-main', { break; } - console.log(data); - - setTimeout(function (){ - runtime.xterm.write(data + ''); - scroll(runtime.xterm); - }, 100); + runtime.xterm.write(data + ''); + scroll(runtime.xterm); } else { event.sender.send('emulator', project, 'stop'); }