dodo / node-slug

slugifies even utf-8 chars!
MIT License
1.08k stars 92 forks source link

Failed to slug when first arg =null #66

Open angelpg opened 8 years ago

angelpg commented 8 years ago

slug/slug.js:13 string = string.toString();

TypeError: Cannot read property 'toString' of null

danpoynor commented 6 years ago

ditto