@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.
package/dist/stsfhirclient.mjs
CHANGED
|
@@ -9523,7 +9523,6 @@ var FhirRESTClient = class {
|
|
|
9523
9523
|
this.#options.logger.error(error);
|
|
9524
9524
|
console.error(error);
|
|
9525
9525
|
this.HandleError(error);
|
|
9526
|
-
process.exit(0);
|
|
9527
9526
|
};
|
|
9528
9527
|
LogWarning = (method, message) => {
|
|
9529
9528
|
this.#options.logger.warn(`FhirRESTClient:${method}(): Warn: [${message}]`);
|