|
|
|
|
@ -118,6 +118,10 @@ var plugin = function (args) { return __awaiter(void 0, void 0, void 0, function
|
|
|
|
|
}
|
|
|
|
|
return !stream.removed;
|
|
|
|
|
});
|
|
|
|
|
if (streams.length === 0) {
|
|
|
|
|
args.jobLog('All streams have been removed from the file');
|
|
|
|
|
throw new Error('All streams have been removed from the file');
|
|
|
|
|
}
|
|
|
|
|
_loop_1 = function (i) {
|
|
|
|
|
var stream = streams[i];
|
|
|
|
|
stream.outputArgs = stream.outputArgs.map(function (arg) {
|
|
|
|
|
|