mirror of
https://github.com/sasjs/server.git
synced 2026-01-05 05:40:06 +00:00
docs: left a comment regarding payload parts
This commit is contained in:
@@ -170,6 +170,7 @@ const useEditor = ({
|
||||
runTime: selectedRunTime
|
||||
})
|
||||
.then((res: { data: string }) => {
|
||||
// INFO: the order of payload parts is set in @sasjs/server/api/src/controllers/internal/Execution.ts
|
||||
const resDataSplitted = res.data.split(SASJS_LOGS_SEPARATOR)
|
||||
const webout = resDataSplitted[0]
|
||||
const log = resDataSplitted[1]
|
||||
|
||||
Reference in New Issue
Block a user