mirror of
https://github.com/sasjs/server.git
synced 2025-12-11 03:34:35 +00:00
Update Session.ts
This commit is contained in:
@@ -82,6 +82,8 @@ ${autoExecContent}`
|
|||||||
// however we also need a promise so that we can update the
|
// however we also need a promise so that we can update the
|
||||||
// session array to say that it has (eventually) finished.
|
// session array to say that it has (eventually) finished.
|
||||||
|
|
||||||
|
// Additional windows specific options to avoid the desktop popups.
|
||||||
|
|
||||||
execFilePromise(process.sasLoc, [
|
execFilePromise(process.sasLoc, [
|
||||||
'-SYSIN',
|
'-SYSIN',
|
||||||
codePath,
|
codePath,
|
||||||
@@ -95,7 +97,9 @@ ${autoExecContent}`
|
|||||||
autoExecPath,
|
autoExecPath,
|
||||||
'-ENCODING',
|
'-ENCODING',
|
||||||
'UTF-8',
|
'UTF-8',
|
||||||
process.platform === 'win32' ? '-nosplash' : ''
|
process.platform === 'win32' ? '-nosplash' : '',
|
||||||
|
process.platform === 'win32' ? '-icon' : '',
|
||||||
|
process.platform === 'win32' ? '-nologo' : ''
|
||||||
])
|
])
|
||||||
.then(() => {
|
.then(() => {
|
||||||
session.completed = true
|
session.completed = true
|
||||||
|
|||||||
Reference in New Issue
Block a user