feat(runner): add parallel building
This commit is contained in:
@@ -2,8 +2,8 @@ export default class EnvGenerator {
|
||||
#assets
|
||||
#operatorConfig
|
||||
|
||||
constructor(assets) {
|
||||
this.#operatorConfig = __config.operators[__operator_name]
|
||||
constructor(operatorName, assets) {
|
||||
this.#operatorConfig = __config.operators[operatorName]
|
||||
this.#assets = assets
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user