Ver código fonte

Fix #135 for real this time

George S. Baugh 8 anos atrás
pai
commit
b6d6b64b90
1 arquivos alterados com 1 adições e 1 exclusões
  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);
 
     }