We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 940b422 commit f7383b7Copy full SHA for f7383b7
src/abpHttpInterceptor.ts
@@ -158,7 +158,7 @@ export class AbpHttpConfiguration {
158
if (!ajaxResponse.error) {
159
ajaxResponse.error = this.defaultError;
160
}
161
- debugger;
+
162
this.logError(ajaxResponse.error);
163
this.showError(ajaxResponse.error);
164
@@ -386,4 +386,4 @@ export class AbpHttpInterceptor implements HttpInterceptor {
386
387
return false;
388
389
-}
+}
0 commit comments