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

chore: updated code as per sasjs/utils breaking change

This commit is contained in:
Saad Jutt
2022-03-16 05:04:33 +05:00
parent 1ff6965dd2
commit bc0ff84d8d

View File

@@ -17,6 +17,7 @@ const compiledSystemInit = async (systemInit: string) =>
programFolders: [], programFolders: [],
macroFolders: [], macroFolders: [],
buildSourceFolder: '', buildSourceFolder: '',
binaryFolders: [],
macroCorePath macroCorePath
})) }))