1
0
mirror of https://github.com/sasjs/server.git synced 2026-01-08 23:10:05 +00:00

fix: proving a PRINT destination during SAS invocation.

Closes #111
This commit is contained in:
Allan Bowe
2022-03-29 16:11:15 +00:00
parent f830bbc058
commit 7f4201ba85

View File

@@ -87,6 +87,8 @@ ${autoExecContent}`
codePath, codePath,
'-LOG', '-LOG',
path.join(session.path, 'log.log'), path.join(session.path, 'log.log'),
'-PRINT',
path.join(session.path, 'output.lst'),
'-WORK', '-WORK',
session.path, session.path,
'-AUTOEXEC', '-AUTOEXEC',