diff --git a/src/components/CommandRunResult.vue b/src/components/CommandRunResult.vue index 4a785be..e88a421 100644 --- a/src/components/CommandRunResult.vue +++ b/src/components/CommandRunResult.vue @@ -157,6 +157,7 @@ export default { : this.$root.programs[command.program]; option.scptarg = command.scptarg || ""; option.charset = command.charset || {}; + return option; }, listenStopSign() { // ctrl c 终止