mirror of
https://github.com/nuintun/command-manager.git
synced 2025-10-20 01:27:47 +08:00
update files
This commit is contained in:
@@ -127,7 +127,10 @@ module.exports = Vue.component('app-main', {
|
||||
|
||||
console.log(xterm);
|
||||
|
||||
test.forEach(function (line){ xterm.writeln(line); });
|
||||
test.forEach(function (line){
|
||||
xterm.writeln(line);
|
||||
xterm.cursorNextLine([0]);
|
||||
});
|
||||
|
||||
window.AppRuntime[this.project.name] = {
|
||||
name: name,
|
||||
@@ -135,7 +138,10 @@ module.exports = Vue.component('app-main', {
|
||||
xterm: xterm
|
||||
}
|
||||
} else {
|
||||
test.forEach(function (line){ runtime.xterm.writeln(line); });
|
||||
test.forEach(function (line){
|
||||
runtime.xterm.writeln(line);
|
||||
runtime.xterm.cursorNextLine([0]);
|
||||
});
|
||||
}
|
||||
},
|
||||
setting: function (){
|
||||
|
Reference in New Issue
Block a user