Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(init): refactored the init.ts success message (webpack#810)
Previously there was multiple `stdout.write` due to the presence of conditional statements. In this PR I have scrapped those repeating lines into a single `process.stdout.write` <!-- Thanks for submitting a pull request! Please provide enough information so that others can review your pull request. --> **What kind of change does this PR introduce?** Refactoring **Did you add tests for your changes?** No **If relevant, did you update the documentation?** Can't say **Does this PR introduce a breaking change?** Probably not
- Loading branch information