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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user