Skip to content

Commit

Permalink
https://github.com/water-fountains/datablue/issues/39
Browse files Browse the repository at this point in the history
  • Loading branch information
Ralf Hauser committed Dec 16, 2019
1 parent 8f4b46f commit 0c2d27f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/app/data.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -158,6 +158,7 @@ export class DataService {
// enhance error message if not helpful
if(responseData.status == 0){
error_message = 'Timeout, XHR abortion or a firewall stomped on the request. '
console.log('data.service.ts registerApiError: '+error_message);
}
// make sure the url is documented
responseData.url = url;
Expand Down

0 comments on commit 0c2d27f

Please sign in to comment.