@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.
@@ -36342,7 +36342,7 @@ var AuthHelper = class extends import_tiny_emitter.TinyEmitter {
36342
36342
  if (totalTime > this._authMaxTimeout) this.Warning(chalk.default.magenta(`GetAccessToken(): The total time for getting the access token: [${totalTime}]`));
36343
36343
  this.#accesssToken = workingAaccesssToken;
36344
36344
  this._lockHelper.ReleaseOnHold(lockKey);
36345
- this.Debug(chalk.default.yellow(`GetAccessToken(): release hold (lock) Time taken for get access token: [${performance.now() - start}ms]`));
36345
+ this.Debug(chalk.default.yellow(`GetAccessToken(): release hold (lock) Time taken for get access token: [${performance.now() - start}ms], lock key: [${lockKey}]`));
36346
36346
  return this.#accesssToken;
36347
36347
  } catch (error) {
36348
36348
  if (timeout) clearTimeout(timeout);