1
0
mirror of https://github.com/sasjs/server.git synced 2026-06-09 10:00:22 +00:00

chore: bug fixes for session crash details + return code

This commit is contained in:
Saad Jutt
2021-11-15 21:30:12 +05:00
parent 9ee7951816
commit f030aa1516
6 changed files with 15 additions and 11 deletions
+1 -1
View File
@@ -6,5 +6,5 @@ export interface Session {
path: string
inUse: boolean
completed: boolean
crashed?: boolean
crashed?: string
}