-
Notifications
You must be signed in to change notification settings - Fork 12
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: Cannot read property 'slice' of null (with node 9.1.0) #65
Comments
Note: The problem appeared when using |
This was reported at badges/shields#1290 and is reproducible in Shields unit tests. A fix would be helpful for developers running Node 9.
|
Huh, GitHub stopped sending me notifications for new issues for some reason. I noticed this issue and fixed it here: a7f47ea |
Thanks for fixing this! 👍 💯 |
For posterity, the breaking change was introduced in Node 9.0.0 with nodejs/node#13606 |
The text was updated successfully, but these errors were encountered: