mirror of
https://github.com/fofolee/uTools-quickcommand.git
synced 2025-12-17 17:24:27 +08:00
修复没有返回 option 的 bug
This commit is contained in:
@@ -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 终止
|
||||||
|
|||||||
Reference in New Issue
Block a user