@nsshunt/stsinstrumentmanagerclient 1.0.11 → 1.0.13

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/index.cjs CHANGED
@@ -155,6 +155,7 @@ class RequestLoggerMiddleware extends stsutils.STSOptionsBase {
155
155
  timeInMs = parseFloat(timeInMs.toFixed(4));
156
156
  this.#tinyEmitter.emit("UpdateInstrument_DH_VAL", timeInMs);
157
157
  this.#tinyEmitter.emit("UpdateInstrument_D_VAL", timeInMs);
158
+ console.log(`-->>ZZZ: ${timeInMs}`);
158
159
  };
159
160
  // https://stackoverflow.com/questions/18031839/how-to-use-process-hrtime-to-get-execution-time-of-async-function/18031945
160
161
  /**