mirror of
https://github.com/sasjs/server.git
synced 2025-12-10 19:34:34 +00:00
@@ -16,6 +16,7 @@ import {
|
||||
readFile,
|
||||
isWindows
|
||||
} from '@sasjs/utils'
|
||||
import { processProgram } from './processProgram'
|
||||
|
||||
const execFilePromise = promisify(execFile)
|
||||
|
||||
@@ -101,7 +102,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