Skip to content

Commit 575666c

Browse files
committed
Merge branch 'ab5tract-inc'
2 parents 4024901 + 5458f98 commit 575666c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

bin/p6doc-index

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ multi sub MAIN('build') {
2929
# XXX p6doc probably uses another path to @*INC which is probably incomplete
3030

3131
for @*INC.map({CompUnitRepo.new($_)})».IO -> $lib_path is copy {
32+
next unless $lib_path.e;
3233

3334
$lib_path = $lib_path.Str;
3435
my @files := find(:dir($lib_path),:type('file'));

0 commit comments

Comments
 (0)