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

fix(error-handling): console logged error

This commit is contained in:
Yury Shkoda
2021-03-09 15:52:00 +03:00
parent 0f5702e21b
commit bbe9633dc8
2 changed files with 5 additions and 1 deletions

View File

@@ -106,6 +106,7 @@ export class RequestClient implements HttpClient {
}
)
).catch((err) => {
console.log(`[err]`, err)
throw prefixMessage(err, 'Error while handling error. ')
})
})