mirror of
https://github.com/kingomarnajjar/flex-template-web.git
synced 2026-07-31 02:26:50 +10:00
disable eslint on console error.
This commit is contained in:
parent
1e7695f284
commit
f328d003f6
1 changed files with 1 additions and 0 deletions
|
|
@ -47,6 +47,7 @@ export class SearchPageComponent extends Component {
|
|||
})
|
||||
.catch(error => {
|
||||
// In case of error, stop recursive loop and report error.
|
||||
// eslint-disable-next-line no-console
|
||||
console.error(`An error (${error} occured while trying to retrieve map listings`);
|
||||
});
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue