@sm1/http-error-manager
Advanced tools
@@ -24,3 +24,8 @@ "use strict"; | ||
| }); | ||
| return modal; | ||
| if (modal) { | ||
| return modal; | ||
| } | ||
| else { | ||
| return this.genericError; | ||
| } | ||
| } | ||
@@ -27,0 +32,0 @@ catch (e) { |
@@ -21,3 +21,8 @@ export class HttpErrorProcessor { | ||
| }); | ||
| return modal; | ||
| if (modal) { | ||
| return modal; | ||
| } | ||
| else { | ||
| return this.genericError; | ||
| } | ||
| } | ||
@@ -24,0 +29,0 @@ catch (e) { |
+1
-1
| { | ||
| "name": "@sm1/http-error-manager", | ||
| "version": "1.3.3", | ||
| "version": "1.3.4", | ||
| "description": "", | ||
@@ -5,0 +5,0 @@ "main": "./lib/cjs/index.js", |
5902
4.35%138
7.81%