mirror of
https://github.com/sasjs/server.git
synced 2026-01-07 14:40:05 +00:00
Merge pull request #45 from sasjs/hot-fix
fix: bug removed, log is clean now
This commit is contained in:
@@ -106,9 +106,7 @@ ${program}`
|
|||||||
await delay(50)
|
await delay(50)
|
||||||
}
|
}
|
||||||
|
|
||||||
const log =
|
const log = (await fileExists(logPath)) ? await readFile(logPath) : ''
|
||||||
((await fileExists(logPath)) ? await readFile(logPath) : '') +
|
|
||||||
session.crashed
|
|
||||||
const webout = (await fileExists(weboutPath))
|
const webout = (await fileExists(weboutPath))
|
||||||
? await readFile(weboutPath)
|
? await readFile(weboutPath)
|
||||||
: ''
|
: ''
|
||||||
|
|||||||
Reference in New Issue
Block a user