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
+2 -1
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