mirror of
https://github.com/sasjs/server.git
synced 2026-07-24 05:32:15 +00:00
fix: session should be marked as consumed
This commit is contained in:
@@ -38,6 +38,7 @@ export class ExecutionController {
|
||||
const session = await sessionController.getSession()
|
||||
console.log('using session', session.id)
|
||||
session.inUse = true
|
||||
session.consumed = true
|
||||
|
||||
const logPath = path.join(session.path, 'log.log')
|
||||
|
||||
|
||||
Reference in New Issue
Block a user