mirror of
https://github.com/sasjs/server.git
synced 2026-07-24 13:42:14 +00:00
chore(execution): add includePrintOutput to ExecuteFileParams
This commit is contained in:
@@ -63,7 +63,7 @@ const executeCode = async (
|
||||
vars: { ...req.query, _debug: 131 },
|
||||
otherArgs: { userAutoExec },
|
||||
runTime: runTime,
|
||||
addPrintOutput: true
|
||||
includePrintOutput: true
|
||||
})
|
||||
|
||||
return result
|
||||
|
||||
Reference in New Issue
Block a user