Closed GuySartorelli closed 2 months ago
Respects the fact that obj() can now return null. There are other places where obj() is called that I have intentionally not updated, either because they won't cause problems or because they shouldn't fail silently.
obj()
null
Respects the fact that
obj()
can now returnnull
. There are other places whereobj()
is called that I have intentionally not updated, either because they won't cause problems or because they shouldn't fail silently.Issue