1
0
mirror of https://github.com/sasjs/server.git synced 2025-12-12 03:54:34 +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} ${program}
/* write webout file*/ /* write webout file*/
fs.promises.writeFile(weboutPath, JSON.stringify(webout)) fs.promises.writeFile(weboutPath, _webout)
` `
// todo: modify this commented block for js runtime // todo: modify this commented block for js runtime