We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
_flavor.inputAsTemplates
1 parent 97ddc0d commit 236cd82Copy full SHA for 236cd82
src/units/execution.js
@@ -21,7 +21,7 @@ export class ExecutionUnit extends mix(BaseUnit).with(HashedInputArrayMixin) {
21
this._application = this.constructor.Application.create(config.application);
22
this._executable = this._application.getExecutableByConfig(config.executable);
23
this._flavor = this._executable.getFlavorByConfig(config.flavor);
24
- this._templates = this._flavor.inputAsTemplates;
+ this._templates = this._flavor ? this._flavor.inputAsTemplates : [];
25
}
26
27
_initRuntimeItems(keys, config) {
0 commit comments