update files

This commit is contained in:
nuintun 2015-11-24 19:22:46 +08:00
parent 25d1b03822
commit a6205d498b

View File

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