resume-cli icon indicating copy to clipboard operation
resume-cli copied to clipboard

fix: fix logic for resolving path to themes

Open notslang opened this issue 4 years ago • 0 comments

I was getting errors when specifying a path to a theme that begins with a dot because path.join wasn't a function. I renamed the existing path var to resolvedPath and imported the path module that path.join comes from.

notslang avatar May 12 '21 18:05 notslang