@nsshunt/stsrunnerframework 1.0.77 → 1.0.78
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.
|
@@ -2596,6 +2596,9 @@ class STSWorkerManager {
|
|
|
2596
2596
|
}
|
|
2597
2597
|
return workerCopy;
|
|
2598
2598
|
}
|
|
2599
|
+
get id() {
|
|
2600
|
+
return __privateGet(this, _id);
|
|
2601
|
+
}
|
|
2599
2602
|
get Workers() {
|
|
2600
2603
|
const retVal = {};
|
|
2601
2604
|
for (const [, workerEx] of Object.entries(__privateGet(this, _workersEx))) {
|