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

Merge pull request #206 from sasjs/allanbowe/sasjs-server-fails-to-205

fix: removing UTF-8 options from commandline.
This commit is contained in:
Allan Bowe
2022-06-20 16:57:58 +02:00
committed by GitHub

View File

@@ -99,8 +99,6 @@ ${autoExecContent}`
session.path,
'-AUTOEXEC',
autoExecPath,
'-ENCODING',
'UTF-8',
process.platform === 'win32' ? '-nosplash' : '',
process.platform === 'win32' ? '-icon' : '',
process.platform === 'win32' ? '-nologo' : ''