martijnwalraven / meteor-ios

Meteor iOS integrates native iOS apps with the Meteor platform (http://www.meteor.com) through DDP
MIT License
740 stars 79 forks source link

Unable to return from a block in ruby #86

Closed plarson closed 8 years ago

plarson commented 8 years ago

This was breaking my project when using a git URL:

./scripts/find_headers.rb:70:in block in <main>': unexpected return (LocalJumpError) from ./scripts/find_headers.rb:68:inselect' from ./scripts/find_headers.rb:68:in <main>' ./scripts/find_headers.rb:70:inblock in

': unexpected return (LocalJumpError) from ./scripts/find_headers.rb:68:in select' from ./scripts/find_headers.rb:68:in
'

martijnwalraven commented 8 years ago

I only saw this after I had already fixed it, but thanks anyway!