Skip to content

Commit

Permalink
fix: addition of SASINITIALFOLDER startup option. Closes #260
Browse files Browse the repository at this point in the history
  • Loading branch information
Allan Bowe committed Aug 19, 2022
1 parent e94c56b commit a5ee2f2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions api/src/controllers/internal/Session.ts
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,8 @@ ${autoExecContent}`
session.path,
'-AUTOEXEC',
autoExecPath,
'-SASINITIALFOLDER',
session.path,
process.sasLoc!.endsWith('sas.exe') ? '-nosplash' : '',
process.sasLoc!.endsWith('sas.exe') ? '-icon' : '',
process.sasLoc!.endsWith('sas.exe') ? '-nodms' : '',
Expand Down

0 comments on commit a5ee2f2

Please sign in to comment.