-
Notifications
You must be signed in to change notification settings - Fork 24.5k
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
Update terminal title to 'Metro Bundler' #17457
Conversation
Thank you for your pull request and welcome to our community. We require contributors to sign our Contributor License Agreement, and we don't seem to have you on file. In order for us to review and merge your code, please sign up at https://code.facebook.com/cla. If you are contributing on behalf of someone else (eg your employer), the individual CLA may not be sufficient and your employer may need the corporate CLA signed. If you have received this in error or have any questions, please contact us at [email protected]. Thanks! |
@facebook-github-bot label Needs more information Generated by 🚫 dangerJS |
Thank you for signing our Contributor License Agreement. We can now accept your code for this (and any) Facebook open source project. Thanks! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@shergin is landing this pull request. If you are a Facebook employee, you can view this diff on Phabricator.
Summary: I noticed in v0.50.0 all mentions of 'packager' were updated to 'Metro Bundler': facebook@12eb04b It seems like command which launches the bundler still sets the terminal title to 'React Packager'. This PR simply updates the title from 'React Packager' to 'Metro Bundler'. Run `scripts/launchPackager.command`/`scripts/launchPackager.bat` and check title: <img width="907" alt="screen shot 2018-01-05 at 14 02 53" src="https://user-images.githubusercontent.com/754498/34612337-3e93e8ca-f221-11e7-98f9-c5190674868e.png"> [GENERAL] [ENHANCEMENT] [./scripts] Closes facebook#17457 Differential Revision: D6673843 Pulled By: shergin fbshipit-source-id: 65a072c3b79593391f257191b1372e7e9c8799f1
Motivation
I noticed in v0.50.0 all mentions of 'packager' were updated to 'Metro Bundler':
12eb04b
It seems like command which launches the bundler still sets the terminal title to 'React Packager'. This PR simply updates the title from 'React Packager' to 'Metro Bundler'.
Test Plan
Run
scripts/launchPackager.command
/scripts/launchPackager.bat
and check title:Release Notes
[GENERAL] [ENHANCEMENT] [./scripts]