Skip to content

Commit 786d0bd

Browse files
committed
add check for path
1 parent 5a10c33 commit 786d0bd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/cocoapods-binary/Integration.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ def install_for_prebuild!(standard_sanbox)
3333

3434
# make a relatvie symbol link for all children
3535
def walk(path, &action)
36+
return unless path.exist?
3637
path.children.each do |child|
3738
result = action.call(child, &action)
3839
if child.directory?

0 commit comments

Comments
 (0)