Postleaf / postleaf

Simple, beautiful publishing with Node.js.
https://www.postleaf.org/
MIT License
505 stars 204 forks source link

Fix bug when url has empty search #72

Closed yura-chaikovsky closed 6 years ago

yura-chaikovsky commented 6 years ago

Hi Cory!

There is a small issue in this module. search property in parsed URL can be null, so I just added validation to prevent exception.


All code contributions are subject to the terms of the Contributor License Agreement described in CONTRIBUTING.md.

claviska commented 6 years ago

Good catch, thanks!