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