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

fix(validateOptions): throw err instead of process.exit(1) #17

Merged
merged 1 commit into from Dec 4, 2017

Conversation

michael-ciniawsky
Copy link
Member

@michael-ciniawsky michael-ciniawsky commented Nov 28, 2017

Notable Changes

  • Removes/Reverts exiting the node process via process.exit(1) since this will be handled by webpack core/cli itself in a better way as soon as (#5892) lands

Blocked by

Issues

  • None

@codecov
Copy link

codecov bot commented Nov 28, 2017

Codecov Report

Merging #17 into master will increase coverage by 3.07%.
The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #17      +/-   ##
==========================================
+ Coverage   91.66%   94.73%   +3.07%     
==========================================
  Files           3        3              
  Lines          24       19       -5     
  Branches        4        3       -1     
==========================================
- Hits           22       18       -4     
+ Misses          2        1       -1
Impacted Files Coverage Δ
src/validateOptions.js 100% <100%> (+7.14%) ⬆️

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 9a36941...db57931. Read the comment docs.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant