1
0
mirror of https://github.com/sasjs/server.git synced 2025-12-10 11:24:35 +00:00

fix: no need to stringify _webout in preProgramVarStatements, developer should have _webout as string in actual code

This commit is contained in:
2022-06-07 13:27:18 +05:00
parent 2c704a544f
commit 9d5a5e051f

View File

@@ -293,7 +293,7 @@ ${preProgramVarStatments}
${program}
/* write webout file*/
fs.promises.writeFile(weboutPath, JSON.stringify(webout))
fs.promises.writeFile(weboutPath, _webout)
`
// todo: modify this commented block for js runtime