mirror of
https://github.com/sasjs/server.git
synced 2026-01-08 07:00:04 +00:00
chore: bug fixes for session crash details + return code
This commit is contained in:
@@ -6,5 +6,5 @@ export interface Session {
|
||||
path: string
|
||||
inUse: boolean
|
||||
completed: boolean
|
||||
crashed?: boolean
|
||||
crashed?: string
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user