fixes aspnetzero/aspnet-zero-core#87
This commit is contained in:
Alper Ebicoglu 2018-02-28 08:17:48 +03:00 коммит произвёл GitHub
Родитель 940b422017
Коммит f7383b7ba6
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

@ -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;
}
}
}