Skip to content

withInitScript accepts an initscript array besides initScriptPath #3309

Description

@patown

current:
public SELF withInitScript(String initScriptPath) {
this.initScriptPath = initScriptPath;
return self();
}
expected:
public SELF withInitScript(String[] initScriptPaths)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions