mirror of
https://github.com/fofolee/uTools-quickcommand.git
synced 2025-06-08 06:16:27 +08:00
bug fix
This commit is contained in:
parent
834cf6f75f
commit
cbf286567f
@ -72,7 +72,7 @@ utools.onPluginEnter( async ({ code, type, payload }) => {
|
|||||||
function runCmd(cmd, option, output) {
|
function runCmd(cmd, option, output) {
|
||||||
if (option == "simulation") {
|
if (option == "simulation") {
|
||||||
utools.setExpendHeight(0);
|
utools.setExpendHeight(0);
|
||||||
// utools.hideMainWindow();
|
utools.hideMainWindow();
|
||||||
eval(`(async () => {
|
eval(`(async () => {
|
||||||
${cmd}
|
${cmd}
|
||||||
})()`);
|
})()`);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user