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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user