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:
@@ -97,7 +97,7 @@ export const processProgram = async (
|
||||
otherArgs
|
||||
)
|
||||
codePath = path.join(session.path, 'code.r')
|
||||
executablePath = process.rscriptLoc!
|
||||
executablePath = process.rLoc!
|
||||
|
||||
break
|
||||
default:
|
||||
|
||||
Reference in New Issue
Block a user