You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If you run hs create function in a directory where an existing .functions folder might already exist, an error is thrown as we try and create the function inside the pre-existing .functions folder, even if it is not the CWD
In the above case, I would expect a /folder/b.functions folder be created, not /folder/a.functions/b.functions
The text was updated successfully, but these errors were encountered:
If you run
hs create function
in a directory where an existing .functions folder might already exist, an error is thrown as we try and create the function inside the pre-existing .functions folder, even if it is not the CWDIn the above case, I would expect a /folder/b.functions folder be created, not /folder/a.functions/b.functions
The text was updated successfully, but these errors were encountered: