regression bug with adding amd

This commit is contained in:
Dave Horton
2022-09-20 09:32:02 +02:00
parent 05c5d2211f
commit dcedf68264

View File

@@ -54,7 +54,7 @@ class TaskConfig extends Task {
return `${this.name}{${phrase.join(',')}`; return `${this.name}{${phrase.join(',')}`;
} }
async exec(cs, {ep}) { async exec(cs, {ep} = {}) {
await super.exec(cs); await super.exec(cs);
if (this.data.amd) { if (this.data.amd) {