Kaynağa Gözat

Fix #135 for real this time

George S. Baugh 8 yıl önce
ebeveyn
işleme
b6d6b64b90
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  1. 1 1
      lib/TestRail/Utils/Find.pm

+ 1 - 1
lib/TestRail/Utils/Find.pm

@@ -468,7 +468,7 @@ sub getResults {
                 }
             }
             return MCE->gather(MCE->chunk_id,$res);
-        } @$runs);
+        } $runs);
 
     }