mirror of
https://github.com/fofolee/uTools-quickcommand.git
synced 2025-06-30 21:13:02 +08:00
修复没有返回 option 的 bug
This commit is contained in:
parent
88ed58f0fd
commit
bb47d4c01f
@ -157,6 +157,7 @@ export default {
|
|||||||
: this.$root.programs[command.program];
|
: this.$root.programs[command.program];
|
||||||
option.scptarg = command.scptarg || "";
|
option.scptarg = command.scptarg || "";
|
||||||
option.charset = command.charset || {};
|
option.charset = command.charset || {};
|
||||||
|
return option;
|
||||||
},
|
},
|
||||||
listenStopSign() {
|
listenStopSign() {
|
||||||
// ctrl c 终止
|
// ctrl c 终止
|
||||||
|
Loading…
x
Reference in New Issue
Block a user