tableflip / tune

:trumpet: Client for the TABLEFLIP static site generator
0 stars 1 forks source link

Fix pagination bug, add existence check to parsed headers #47

Closed alanshaw closed 8 years ago

alanshaw commented 8 years ago

Parse link header can return null (https://github.com/thlorenz/parse-link-header/blob/master/index.js#L42) when there is no second page.

This PR guards against this.

richsilv commented 8 years ago

:+1: