From dcedf682640411ad5250e9023d9a6dddd3e787d7 Mon Sep 17 00:00:00 2001 From: Dave Horton Date: Tue, 20 Sep 2022 09:32:02 +0200 Subject: [PATCH] regression bug with adding amd --- lib/tasks/config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/tasks/config.js b/lib/tasks/config.js index 50fab5aa..2c84665b 100644 --- a/lib/tasks/config.js +++ b/lib/tasks/config.js @@ -54,7 +54,7 @@ class TaskConfig extends Task { return `${this.name}{${phrase.join(',')}`; } - async exec(cs, {ep}) { + async exec(cs, {ep} = {}) { await super.exec(cs); if (this.data.amd) {