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

Revert "fix: moved macros from codebase to drive"

This reverts commit 9ac3191891.
This commit is contained in:
Saad Jutt
2022-03-23 17:59:06 +05:00
parent a701bb25e7
commit d2956fc641
5 changed files with 4 additions and 20 deletions

View File

@@ -13,9 +13,9 @@ import {
extractHeaders,
generateFileUploadSasCode,
getTmpFilesFolderPath,
getTmpMacrosPath,
HTTPHeaders,
isDebugOn
isDebugOn,
sasJSCoreMacros
} from '../../utils'
export interface ExecutionVars {
@@ -106,7 +106,7 @@ export class ExecutionController {
`
program = `
options insert=(SASAUTOS="${getTmpMacrosPath()}");
options insert=(SASAUTOS="${sasJSCoreMacros}");
/* runtime vars */
${varStatments}