@nsshunt/stsrunnerframework 1.0.39 → 1.0.41
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.
|
@@ -22983,7 +22983,7 @@ class Rest01Client {
|
|
|
22983
22983
|
entname: `${STS_RF_RES_ENT_PREFIX}${runner.id}`,
|
|
22984
22984
|
data: JSON.stringify(runner.asyncRunnerContext)
|
|
22985
22985
|
};
|
|
22986
|
-
return await __privateGet(this, _rest01Client).
|
|
22986
|
+
return await __privateGet(this, _rest01Client).PostResource(resourceEntityTestRunnerMetadata, (error) => {
|
|
22987
22987
|
defaultLogger.error(`WorkerInstance: #AddRunner.PutEntity.Error(): [${error}]`);
|
|
22988
22988
|
});
|
|
22989
22989
|
});
|