mirror of
https://github.com/nuintun/command-manager.git
synced 2025-06-08 04:04:04 +08:00
update files
This commit is contained in:
parent
25d1b03822
commit
a6205d498b
@ -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 (){
|
||||
|
Loading…
x
Reference in New Issue
Block a user