fix: adding break when the action is test
This commit is contained in:
parent
11bd084933
commit
c33ec690eb
@ -116,6 +116,7 @@ switch(action) {
|
|||||||
break;
|
break;
|
||||||
case "test":
|
case "test":
|
||||||
script = "test"
|
script = "test"
|
||||||
|
break;
|
||||||
default:
|
default:
|
||||||
script = null
|
script = null
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user