Closed allanbowe closed 3 years ago
When using a tilde (~) in the macroFolders array, the compile process thinks this is a relative (to the sasjs project) path
~
Expected behaviour - if the path starts with a ~ it should be considered an absolute path
:tada: This issue has been resolved in version 2.34.3 :tada:
The release is available on:
Your semantic-release bot :package::rocket:
When using a tilde (
~
) in the macroFolders array, the compile process thinks this is a relative (to the sasjs project) pathExpected behaviour - if the path starts with a
~
it should be considered an absolute path