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