mirror of
https://github.com/sasjs/server.git
synced 2026-01-07 22:50:05 +00:00
feat(execute): add macroVars to job execution
This commit is contained in:
@@ -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