@nsshunt/ststestrunner 1.1.106 → 1.1.107
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/dist/ststestrunner.mjs
CHANGED
|
@@ -36318,7 +36318,7 @@ var AuthHelper = class extends import_tiny_emitter.TinyEmitter {
|
|
|
36318
36318
|
if (totalTime > this._authMaxTimeout) this.Warning(chalk.magenta(`GetAccessToken(): The total time for getting the access token: [${totalTime}]`));
|
|
36319
36319
|
this.#accesssToken = workingAaccesssToken;
|
|
36320
36320
|
this._lockHelper.ReleaseOnHold(lockKey);
|
|
36321
|
-
this.Debug(chalk.yellow(`GetAccessToken(): release hold (lock) Time taken for get access token: [${performance.now() - start}ms]`));
|
|
36321
|
+
this.Debug(chalk.yellow(`GetAccessToken(): release hold (lock) Time taken for get access token: [${performance.now() - start}ms], lock key: [${lockKey}]`));
|
|
36322
36322
|
return this.#accesssToken;
|
|
36323
36323
|
} catch (error) {
|
|
36324
36324
|
if (timeout) clearTimeout(timeout);
|