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