@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.
@@ -9240,6 +9240,8 @@ var FhirRESTClient = class {
9240
9240
  LogError = (method, error) => {
9241
9241
  this.#options.logger.error(`FhirRESTClient:${method}(): Error: [${error}]`);
9242
9242
  this.#options.logger.error(error);
9243
+ console.error(error);
9244
+ process.exit(0);
9243
9245
  };
9244
9246
  LogWarning = (method, message) => {
9245
9247
  this.#options.logger.warn(`FhirRESTClient:${method}(): Warn: [${message}]`);