1
0
mirror of https://github.com/sasjs/server.git synced 2026-01-05 05:40:06 +00:00

Merge pull request #266 from sasjs/issue-265

fix: typo mistake
This commit is contained in:
Allan Bowe
2022-08-30 19:10:47 +01:00
committed by GitHub

View File

@@ -16,7 +16,7 @@ export const getDesktopFields = async () => {
nodeLoc = NODE_PATH ?? (await getNodeLocation()) nodeLoc = NODE_PATH ?? (await getNodeLocation())
} }
if (process.runTimes.includes(RunTimeType.JS)) { if (process.runTimes.includes(RunTimeType.PY)) {
pythonLoc = PYTHON_PATH ?? (await getPythonLocation()) pythonLoc = PYTHON_PATH ?? (await getPythonLocation())
} }