Closed shannonmoeller closed 8 years ago
@@ master #53 diff @@
===================================
Files 22 22
Lines 137 139 +2
Methods 0 0
Messages 0 0
Branches 0 0
===================================
+ Hits 137 139 +2
Misses 0 0
Partials 0 0
Powered by Codecov. Last update b8e203e...f6db821
Good call! Thanks for the contribution @shannonmoeller
When stripping the indent of a zero-length string, the error "Cannot read property 'map' of null" would be thrown as the RexExp match is
null
. Added an early exit condition to handle this and similar cases.