1
0
mirror of https://github.com/sasjs/adapter.git synced 2026-01-08 04:50:06 +00:00

chore(startComputeJob): improved error handling

This commit is contained in:
Yury Shkoda
2021-02-24 12:49:41 +03:00
parent 50be3acc78
commit bf7e8fd0e6
2 changed files with 81 additions and 51 deletions

View File

@@ -64,7 +64,7 @@ export class SessionManager {
this.sessions = this.sessions.filter((s) => s.id !== id)
})
.catch((err) => {
throw err
throw prefixMessage(err, 'Error while deleting session. ')
})
}