mirror of
https://github.com/sasjs/server.git
synced 2026-01-07 06:30:06 +00:00
chore: default is desktop mode with prompts
This commit is contained in:
@@ -84,7 +84,8 @@ ${program}`
|
||||
let additionalArgs: string[] = []
|
||||
if (autoExec) additionalArgs = ['-AUTOEXEC', autoExec]
|
||||
|
||||
const { stdout, stderr } = await execFilePromise(configuration.sasPath, [
|
||||
const sasLoc = process.sasLoc ?? configuration.sasPath
|
||||
const { stdout, stderr } = await execFilePromise(sasLoc, [
|
||||
'-SYSIN',
|
||||
code,
|
||||
'-LOG',
|
||||
|
||||
Reference in New Issue
Block a user