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

Set process exit code (See #7) #8

Merged
merged 3 commits into from
Jan 18, 2019
Merged

Conversation

peripateticus
Copy link
Member

  • Set process exit code.
  • Add missing dependency
  • Add eslint/airbnb
  • eslint fixes.

- Set process exit code.
- Add missing dependency
- Add eslint/airbnb
- eslint fixes.
@peripateticus peripateticus requested review from JoshCostanza and a user January 17, 2019 19:57
console.log(data.toString());
});

cmd.on('exit', (code) => {
Copy link
Member Author

Choose a reason for hiding this comment

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

This is the fix.

@peripateticus
Copy link
Member Author

Ready for review.

Copy link

@JoshCostanza JoshCostanza left a comment

Choose a reason for hiding this comment

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

Tested and is blocking build now. extra comments in Vue have helped to flush out invalid prop aruguments

@peripateticus peripateticus merged commit 2203ed9 into master Jan 18, 2019
@peripateticus peripateticus deleted the fix-set-return-code branch January 18, 2019 21:13
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