mirror of
https://github.com/sasjs/server.git
synced 2025-12-11 03:34:35 +00:00
chore: return webout and log seperately
This commit is contained in:
@@ -33,7 +33,9 @@ const executeSASCode = async (req: any, { code }: ExecuteSASCodePayload) => {
|
|||||||
const result = await new ExecutionController().executeProgram(
|
const result = await new ExecutionController().executeProgram(
|
||||||
code,
|
code,
|
||||||
getPreProgramVariables(req),
|
getPreProgramVariables(req),
|
||||||
{ ...req.query, _debug: 131 }
|
{ ...req.query, _debug: 131 },
|
||||||
|
undefined,
|
||||||
|
true
|
||||||
)
|
)
|
||||||
|
|
||||||
return result as string
|
return result as string
|
||||||
|
|||||||
Reference in New Issue
Block a user