@nsshunt/stsfhirclient 2.0.31 → 2.0.32

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.
@@ -9531,7 +9531,6 @@ var FhirRESTClient = class {
9531
9531
  this.#options.logger.error(error);
9532
9532
  console.error(error);
9533
9533
  this.HandleError(error);
9534
- process.exit(0);
9535
9534
  };
9536
9535
  LogWarning = (method, message) => {
9537
9536
  this.#options.logger.warn(`FhirRESTClient:${method}(): Warn: [${message}]`);