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
I think the right thing here might be to update getAbsolutePath so that it does not return undefined when filepath is undefined but instead either process.cwd() or the directory that was provided to it. Seems like this is the expected result in the code but I will need to look a little closer to be 100% sure if we decide to go down this path.
https://github.com/rocjs/roc/blob/master/src/helpers/index.js#L13
Quoting @dlmr:
See #109 https://github.com/rocjs/roc/pull/109/files/f7db8d6cee52ba07d8cfced813ff938b7a8a061b#r63885705 for background.
The text was updated successfully, but these errors were encountered: