Closed chrisguitarguy closed 6 years ago
So we don't do substr on a null and throw a TypeError
substr
TypeError
Closes #29
I added a test case to reproduce this issue first if you'd like to see it fail.
Also faced this issue. Anything else needs to be done here to get it merged @adri @renatomefi ?
Thank you @chrisguitarguy!
@andrej-griniuk you can now update to v3.2.1
So we don't do
substr
on a null and throw aTypeError
Closes #29
I added a test case to reproduce this issue first if you'd like to see it fail.