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:
@@ -106,6 +106,7 @@ export class RequestClient implements HttpClient {
|
||||
}
|
||||
)
|
||||
).catch((err) => {
|
||||
console.log(`[err]`, err)
|
||||
throw prefixMessage(err, 'Error while handling error. ')
|
||||
})
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user