1
0
mirror of https://github.com/sasjs/server.git synced 2025-12-10 11:24:35 +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,
'-LOG',
path.join(session.path, 'log.log'),
'-PRINT',
path.join(session.path, 'output.lst'),
'-WORK',
session.path,
'-AUTOEXEC',