1
0
mirror of https://github.com/sasjs/server.git synced 2025-12-15 21:14:35 +00:00

fix(executor): create tmp files before execution

This commit is contained in:
Yury Shkoda
2021-10-07 07:29:05 +00:00
parent 0f692efdf4
commit cdbc3fd298
3 changed files with 12 additions and 5 deletions

View File

@@ -39,6 +39,7 @@
"typescript": "^4.3.2"
},
"configuration": {
"sasPath": "C:\\Program Files\\SASHome\\SASFoundation\\9.4\\sas.exe"
"sasPath": "/opt/sas/sas9/SASHome/SASFoundation/9.4/sasexe/sas",
"sasJsPort": 5001
}
}