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

chore: replace env variable RSCRIPT_PATH with R_PATH

This commit is contained in:
2022-09-09 15:23:46 +05:00
parent 16b7aa6abb
commit 662b2ca36a
7 changed files with 19 additions and 19 deletions

View File

@@ -97,7 +97,7 @@ export const processProgram = async (
otherArgs
)
codePath = path.join(session.path, 'code.r')
executablePath = process.rscriptLoc!
executablePath = process.rLoc!
break
default: