From a6205d498b7a58ab9ba99daddb9bccec9df306a0 Mon Sep 17 00:00:00 2001 From: nuintun Date: Tue, 24 Nov 2015 19:22:46 +0800 Subject: [PATCH] update files --- static/js/components/app-main/index.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/static/js/components/app-main/index.js b/static/js/components/app-main/index.js index a61ce46..7325c29 100644 --- a/static/js/components/app-main/index.js +++ b/static/js/components/app-main/index.js @@ -125,10 +125,10 @@ module.exports = Vue.component('app-main', { window.AppRuntime[this.project.name] = { name: name, command: command, - terminal: xterm + xterm: xterm } } else { - test.forEach(function (line){ runtime.terminal.writeln(line); }); + test.forEach(function (line){ runtime.xterm.writeln(line); }); } }, setting: function (){