@nsshunt/stsfhirclient 2.0.28 → 2.0.29

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.
@@ -9232,6 +9232,8 @@ var FhirRESTClient = class {
9232
9232
  LogError = (method, error) => {
9233
9233
  this.#options.logger.error(`FhirRESTClient:${method}(): Error: [${error}]`);
9234
9234
  this.#options.logger.error(error);
9235
+ console.error(error);
9236
+ process.exit(0);
9235
9237
  };
9236
9238
  LogWarning = (method, message) => {
9237
9239
  this.#options.logger.warn(`FhirRESTClient:${method}(): Warn: [${message}]`);