Skip to content

fix listen-socket #1869

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

Merged
merged 1 commit into from
May 14, 2019
Merged

fix listen-socket #1869

merged 1 commit into from
May 14, 2019

Conversation

hiroppy
Copy link
Member

@hiroppy hiroppy commented May 13, 2019

  • This is a bugfix
  • This is a feature
  • This is a code refactor
  • This is a test update
  • This is a docs update
  • This is a metadata update

For Bugs and Features; did you add new tests?

yep

Motivation / Use-Case

related #1863

Currently, --socket is broken so I fix.

Breaking Changes

nope

Additional Info

@hiroppy hiroppy requested a review from alexander-akait as a code owner May 13, 2019 18:04
@hiroppy hiroppy force-pushed the fix/server.listen branch from d6b5674 to 2478bce Compare May 13, 2019 18:05
);
};

if (this.options.socket) {
Copy link
Member Author

Choose a reason for hiding this comment

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

Put this lines(L835 - L845) back to /bin.

@hiroppy hiroppy force-pushed the fix/server.listen branch from 2478bce to 600e703 Compare May 13, 2019 18:07
@codecov
Copy link

codecov bot commented May 13, 2019

Codecov Report

Merging #1869 into master will increase coverage by 0.54%.
The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #1869      +/-   ##
==========================================
+ Coverage    87.3%   87.85%   +0.54%     
==========================================
  Files          14       14              
  Lines         788      782       -6     
  Branches      258      256       -2     
==========================================
- Hits          688      687       -1     
+ Misses         86       82       -4     
+ Partials       14       13       -1
Impacted Files Coverage Δ
lib/Server.js 85.28% <100%> (+0.94%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 1dd0e3c...a524e35. Read the comment docs.

@hiroppy hiroppy force-pushed the fix/server.listen branch from 600e703 to dee3a1f Compare May 13, 2019 18:33
@hiroppy hiroppy force-pushed the fix/server.listen branch from dee3a1f to a524e35 Compare May 13, 2019 18:52
@alexander-akait alexander-akait merged commit 0538e61 into master May 14, 2019
@alexander-akait alexander-akait deleted the fix/server.listen branch May 14, 2019 09:51
@alexander-akait
Copy link
Member

Thanks!

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.

2 participants