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:
@@ -101,7 +101,7 @@ ${autoExecContent}`
|
||||
session.path,
|
||||
'-AUTOEXEC',
|
||||
autoExecPath,
|
||||
isWindows() ? '-nosplash' : '',
|
||||
process.sasLoc.endsWith('sas.exe') ? '-nosplash' : '',
|
||||
isWindows() ? '-icon' : '',
|
||||
isWindows() ? '-nologo' : ''
|
||||
])
|
||||
|
||||
Reference in New Issue
Block a user