1
0
mirror of https://github.com/sasjs/server.git synced 2025-12-10 11:24:35 +00:00

Merge pull request #230 from sasjs/issue229

fix: ensuring nosplash option only applies for sas.exe
This commit is contained in:
Allan Bowe
2022-07-18 12:58:15 +01:00
committed by GitHub

View File

@@ -101,7 +101,7 @@ ${autoExecContent}`
session.path,
'-AUTOEXEC',
autoExecPath,
isWindows() ? '-nosplash' : '',
process.sasLoc.endsWith('sas.exe') ? '-nosplash' : '',
isWindows() ? '-icon' : '',
isWindows() ? '-nologo' : ''
])