运行状态
Some checks failed
build / Build (push) Failing after 5s
test / Run tests (push) Failing after 8s
Some checks failed
build / Build (push) Failing after 5s
test / Run tests (push) Failing after 8s
This commit is contained in:
parent
d97a64c644
commit
3e660a2ea8
@ -300,7 +300,11 @@ export class PopupService {
|
|||||||
return this.txUpdateScriptMenu(-1, async (menu) => {
|
return this.txUpdateScriptMenu(-1, async (menu) => {
|
||||||
const scriptMenu = menu.find((item) => item.uuid === uuid);
|
const scriptMenu = menu.find((item) => item.uuid === uuid);
|
||||||
if (scriptMenu) {
|
if (scriptMenu) {
|
||||||
|
if (scriptMenu.runStatus === SCRIPT_RUN_STATUS_RUNNING) {
|
||||||
scriptMenu.runNum = 1;
|
scriptMenu.runNum = 1;
|
||||||
|
} else {
|
||||||
|
scriptMenu.runNum = 0;
|
||||||
|
}
|
||||||
scriptMenu.runStatus = runStatus;
|
scriptMenu.runStatus = runStatus;
|
||||||
return menu;
|
return menu;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user