weboptimizer 2.0.1505 → 2.0.1506
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
|
@@ -510,7 +510,6 @@ var main = function main(context) {
|
|
|
510
510
|
if (evaluated.result) processPromises.push(new Promise(function (resolve, reject) {
|
|
511
511
|
var commandLineArguments = (task.arguments || []).concat(additionalArguments);
|
|
512
512
|
console.info('Running "' + ("".concat(task.command, " ") + commandLineArguments.join(' ')).trim() + '"');
|
|
513
|
-
console.log('A', childProcessOptions);
|
|
514
513
|
var childProcess = (0, _child_process.spawn)(task.command, commandLineArguments, childProcessOptions);
|
|
515
514
|
var closeHandler = (0, _clientnode.getProcessCloseHandler)(resolve, reject);
|
|
516
515
|
var _iterator10 = _createForOfIteratorHelper(_clientnode.CLOSE_EVENT_NAMES),
|