Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[TIMOB-23704] Improve error when Podfile is empty #67

Merged
merged 2 commits into from Sep 6, 2016
Merged

[TIMOB-23704] Improve error when Podfile is empty #67

merged 2 commits into from Sep 6, 2016

Conversation

hansemannn
Copy link
Contributor

} else {
var content = fs.readFileSync(Podfile).toString();

if (content.length && content.indexOf('pod ') == -1) {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Always use strict equality checking.

@hansemannn
Copy link
Contributor Author

Addressed comment, thx!

@janvennemann
Copy link
Contributor

Approved!

@hansemannn hansemannn merged commit 58b55a1 into tidev:master Sep 6, 2016
@hansemannn hansemannn deleted the TIMOB-23704 branch February 3, 2017 12:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants