From bb47d4c01f945c259ad49aa240cd8f49fd6f0ab2 Mon Sep 17 00:00:00 2001 From: fofolee Date: Sun, 1 May 2022 20:08:19 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E6=B2=A1=E6=9C=89=E8=BF=94?= =?UTF-8?q?=E5=9B=9E=20option=20=E7=9A=84=20bug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/CommandRunResult.vue | 1 + 1 file changed, 1 insertion(+) 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 终止