packager
packager copied to clipboard
undefined $matches[1] on line 129
Sometimes I get a undefined $matches[1] on line 129 with http://github.com/arian/mootools-php-test-runner/blob/master/build.php
I fixed it with if(isset($matches[1])){...}else{ return $file; }
Haven't really tried to debug it, but maybe you've got an idea?
Fixed in http://github.com/arian/packager/commit/74d0b402ef0a4fd0828151bf7b11776536882456