This commit is contained in:
fit2-zhao 2020-12-23 20:57:38 +08:00
commit 8d042e2487
1 changed files with 1 additions and 0 deletions

View File

@ -843,6 +843,7 @@ export class JSR223Processor extends BaseConfig {
this.type = "JSR223Processor";
this.script = undefined;
this.language = "beanshell";
this.scriptLanguage = "java";
this.enable = true;
this.hashTree = [];
this.set(options);