weboptimizer 2.0.1229 → 2.0.1231
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/index.js +0 -1
- package/package.json +1 -1
package/index.js
CHANGED
|
@@ -619,7 +619,6 @@ var main = /*#__PURE__*/function () {
|
|
|
619
619
|
path: _path["default"]
|
|
620
620
|
});
|
|
621
621
|
|
|
622
|
-
console.log('TODO', configuration.needed, task);
|
|
623
622
|
if (evaluated.error) throw new Error('Error occurred during processing given task: ' + evaluated.error);
|
|
624
623
|
if (evaluated.result) processPromises.push(new Promise(function (resolve, reject) {
|
|
625
624
|
var commandLineArguments = (task.arguments || []).concat(additionalArguments);
|