1
0
mirror of https://github.com/sasjs/server.git synced 2025-12-11 03:34:35 +00:00

fix: correct syntax for encoding option

This commit is contained in:
Allan Bowe
2022-06-14 09:49:05 +00:00
parent e059bee7dc
commit 32d372b42f

View File

@@ -93,7 +93,8 @@ ${autoExecContent}`
session.path, session.path,
'-AUTOEXEC', '-AUTOEXEC',
autoExecPath, autoExecPath,
'-ENCODING UTF-8', '-ENCODING',
'UTF-8',
process.platform === 'win32' ? '-nosplash' : '' process.platform === 'win32' ? '-nosplash' : ''
]) ])
.then(() => { .then(() => {