mirror of
https://github.com/sasjs/server.git
synced 2026-06-09 01:50:22 +00:00
feat(execute): add macroVars to job execution
This commit is contained in:
+4
-1
@@ -7,4 +7,7 @@ export const getTmpFolderPath = () =>
|
||||
export const getTmpFilesFolderPath = () =>
|
||||
path.join(getTmpFolderPath(), 'files')
|
||||
|
||||
export const getTmpLogFolderPath = () => path.join(getTmpFolderPath(), 'log')
|
||||
export const getTmpLogFolderPath = () => path.join(getTmpFolderPath(), 'logs')
|
||||
|
||||
export const getTmpWeboutFolderPath = () =>
|
||||
path.join(getTmpFolderPath(), 'webouts')
|
||||
|
||||
Reference in New Issue
Block a user