sasjs / cli

Command line interface for creating, compiling, and building SAS® projects
https://cli.sasjs.io
MIT License
37 stars 5 forks source link

sasjs compile does not recognise home directory (`~`) #794

Closed allanbowe closed 3 years ago

allanbowe commented 3 years ago

When using a tilde (~) in the macroFolders array, the compile process thinks this is a relative (to the sasjs project) path

image

Expected behaviour - if the path starts with a ~ it should be considered an absolute path

ghost commented 3 years ago

:tada: This issue has been resolved in version 2.34.3 :tada:

The release is available on:

Your semantic-release bot :package::rocket: