mirror of
https://github.com/nuintun/command-manager.git
synced 2025-06-08 20:24: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] = {
|
window.AppRuntime[this.project.name] = {
|
||||||
name: name,
|
name: name,
|
||||||
command: command,
|
command: command,
|
||||||
terminal: xterm
|
xterm: xterm
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
test.forEach(function (line){ runtime.terminal.writeln(line); });
|
test.forEach(function (line){ runtime.xterm.writeln(line); });
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
setting: function (){
|
setting: function (){
|
||||||
|
Loading…
x
Reference in New Issue
Block a user