Skip to content
This repository has been archived by the owner on Dec 1, 2019. It is now read-only.

Don't kill the loader when compilation.bail = true #448

Merged
merged 1 commit into from
Jun 28, 2017
Merged

Don't kill the loader when compilation.bail = true #448

merged 1 commit into from
Jun 28, 2017

Conversation

christiantinauer
Copy link
Contributor

  • Removed check for compilation.bail = true and treat error message as in non-bail mode.
  • Loader is not killed anymore (removed process.exit(1)) as this should be done by the caller of the loader.
  • All error messages are reported now as they are already generated at that moment (no need to suppress them).

- Removed check for compilation.bail = true and treat error message as in non-bail mode.
- Loader is not killed anymore (removed process.exit(1)) as this should be done by the caller of the loader.
- All error messages are reported now as they are already generated at that moment.
@s-panferov s-panferov merged commit 3d8f91a into s-panferov:master Jun 28, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants