Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

TypeError: Path must be a string. Received undefined #186

Closed
george-cz opened this issue Aug 15, 2016 · 1 comment
Closed

TypeError: Path must be a string. Received undefined #186

george-cz opened this issue Aug 15, 2016 · 1 comment
Assignees
Labels

Comments

@george-cz
Copy link

Hi, after updating to 1.3.4, this package stopped working for us. I believe the culrpit is this commit, particularly the removal of this line:

name = _.trimStart(_.trim(name), path.sep + '.') || path.basename(file);

We were sending null as a name param, as we wanted to use the basename of file. This logic is now missing and line if (path.isAbsolute(name)), throws an exception.

@jkphl jkphl added the bug label Aug 15, 2016
@jkphl jkphl self-assigned this Aug 15, 2016
@jkphl jkphl closed this as completed in 370cf6a Aug 15, 2016
@jkphl
Copy link
Collaborator

jkphl commented Aug 15, 2016

@george-cz That's definitely a regression bug. Sorry for the inconvenience, currently pussing out a bugfix release targeting the issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants