Closed SillyFreak closed 4 years ago
Looks like we're missing a call to Path.resolve(sh.pwd(), path)
in mkdirp
.
hey @humphd, I'm back :P
If you don't mind, I'll try and create a PR for this; I have never before contributed to someone else's project beyond reporting bugs and would like to get into the habit. I've read the CONTRIBUTING.md and will try to create a fitting test case for the fix.
@SillyFreak sounds good. If you need help getting things to work, let me know.
v1.2.0 Released!
Thanks for contributing.
exactly as the title says. trying it gives me
(EINVAL): Path must be absolute.
As a workaround, replacing
path
byPath.resolve(sh.pwd(), path)
works of course.