1
0
mirror of https://github.com/sasjs/adapter.git synced 2026-01-07 20:40:05 +00:00

Merge branch 'master' into issue-409

This commit is contained in:
Sabir Hassan
2021-06-30 15:35:43 +05:00
committed by GitHub
19 changed files with 36579 additions and 947 deletions

View File

@@ -288,7 +288,8 @@ export class RequestClient implements HttpClient {
})
.then((res) => res.data)
.catch((error) => {
console.log(error)
const logger = process.logger || console
logger.error(error)
})
}