diff --git a/src/abpHttpInterceptor.ts b/src/abpHttpInterceptor.ts index a706623..06c4b47 100644 --- a/src/abpHttpInterceptor.ts +++ b/src/abpHttpInterceptor.ts @@ -158,7 +158,7 @@ export class AbpHttpConfiguration { if (!ajaxResponse.error) { ajaxResponse.error = this.defaultError; } - debugger; + this.logError(ajaxResponse.error); this.showError(ajaxResponse.error); @@ -386,4 +386,4 @@ export class AbpHttpInterceptor implements HttpInterceptor { return false; } -} \ No newline at end of file +}