mirror of
https://github.com/sasjs/server.git
synced 2026-01-08 23:10:05 +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,
|
session.path,
|
||||||
'-AUTOEXEC',
|
'-AUTOEXEC',
|
||||||
autoExecPath,
|
autoExecPath,
|
||||||
isWindows() ? '-nosplash' : '',
|
process.sasLoc.endsWith('sas.exe') ? '-nosplash' : '',
|
||||||
isWindows() ? '-icon' : '',
|
isWindows() ? '-icon' : '',
|
||||||
isWindows() ? '-nologo' : ''
|
isWindows() ? '-nologo' : ''
|
||||||
])
|
])
|
||||||
|
|||||||
Reference in New Issue
Block a user