1
0
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:
Yury Shkoda
2023-05-02 12:10:17 +03:00
parent 9f521634d9
commit bd1b58086d
2 changed files with 9 additions and 1 deletions

View File

@@ -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]