chore(execution): add includePrintOutput to ExecuteFileParams

This commit is contained in:
Yury Shkoda
2023-05-03 10:46:21 +03:00
parent 78ceed13e1
commit 958ab9cad2
2 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -63,7 +63,7 @@ const executeCode = async (
vars: { ...req.query, _debug: 131 },
otherArgs: { userAutoExec },
runTime: runTime,
addPrintOutput: true
includePrintOutput: true
})
return result