#2 parity with js: mapbox/delaunator@b1f360c fix commented block
diff --git a/include/delaunator.hpp b/include/delaunator.hpp
index 9dfc3fe..41185a3 100644
--- a/include/delaunator.hpp
+++ b/include/delaunator.hpp
@@ -450,9 +450,9 @@
     const std::size_t pl = triangles[al];
     const std::size_t p1 = triangles[bl];
 
-    // if (b == INVALID_INDEX) {
-    //     return ar;
-    // }
+    if (b == INVALID_INDEX) {
+        return ar;
+    }
 
     const bool illegal = in_circle(
         coords[2 * p0],