@nsshunt/stsrunnerframework 1.0.35 → 1.0.36
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.
|
@@ -2245,8 +2245,7 @@ var __privateMethod = (obj, member, method) => (__accessCheck(obj, member, "acce
|
|
|
2245
2245
|
ids.forEach((id) => {
|
|
2246
2246
|
const runnerEx = workerEx.runnersEx[id];
|
|
2247
2247
|
if (executionProfile) {
|
|
2248
|
-
|
|
2249
|
-
promArray.push(command(workerEx, runnerEx, runnerEx.options));
|
|
2248
|
+
promArray.push(command(workerEx, runnerEx, executionProfile));
|
|
2250
2249
|
} else {
|
|
2251
2250
|
promArray.push(command(workerEx, runnerEx));
|
|
2252
2251
|
}
|