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

chore: additional info on SAS session crash

This commit is contained in:
Saad Jutt
2021-12-07 10:37:36 +05:00
parent 9fccfe6f35
commit b00aa4e17b

View File

@@ -92,7 +92,7 @@ export class SessionController {
.catch((err) => { .catch((err) => {
session.completed = true session.completed = true
session.crashed = err.toString() session.crashed = err.toString()
console.log('session crashed', session.id) console.log('session crashed', session.id, session.crashed)
}) })
// we have a triggered session - add to array // we have a triggered session - add to array