Skip to content
This repository has been archived by the owner on May 29, 2020. It is now read-only.

fixed fatal error in node v6 passing undefined to path.extname() #330

Merged
merged 1 commit into from
Apr 29, 2016
Merged

fixed fatal error in node v6 passing undefined to path.extname() #330

merged 1 commit into from
Apr 29, 2016

Conversation

mrhyde
Copy link
Contributor

@mrhyde mrhyde commented Apr 29, 2016

Due to changes in the last version of node passing null or undefined to path.extname() is not allowed anymore and will lead to Fatal error: Path must be a string. Received undefined
see https://nodejs.org/api/path.html#path_path_extname_path

@sapegin sapegin merged commit b769322 into sapegin:master Apr 29, 2016
@mrhyde
Copy link
Contributor Author

mrhyde commented Apr 29, 2016

Would really apresciate if you could publish 1.3.1 on npm. Thanks

@sapegin
Copy link
Owner

sapegin commented Apr 29, 2016

Done.

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

Successfully merging this pull request may close these issues.

2 participants