1
0
mirror of https://github.com/sasjs/server.git synced 2026-01-03 21:10:05 +00:00

fix(execute): fixed adding print output

This commit is contained in:
Yury Shkoda
2023-05-02 15:49:44 +03:00
parent e78f87f5c0
commit 9aaffce820
3 changed files with 9 additions and 12 deletions

View File

@@ -62,7 +62,8 @@ const executeCode = async (
preProgramVariables: getPreProgramVariables(req),
vars: { ...req.query, _debug: 131 },
otherArgs: { userAutoExec },
runTime: runTime
runTime: runTime,
addPrintOutput: true
})
return result