Skip to content

feat(@angular/cli): add flags to the process title #11920

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
Aug 19, 2018

Conversation

hansl
Copy link
Contributor

@hansl hansl commented Aug 16, 2018

Closes #8772
Fixes #6888

Special thanks to @tomastrajan for original PR.

@hansl hansl added the target: major This PR is targeted for the next major release label Aug 16, 2018

var version = process.version.substr(1).split('.');
const version = process.version.substr(1).split('.');
Copy link
Member

Choose a reason for hiding this comment

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

This can potentially be run from an old version of node which doesn’t support const. It would crash instead of displaying the error message

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Ah. I was wondering why that was there. Fixed.

@hansl hansl force-pushed the fix-process-title branch from 4ccaa04 to 958e54e Compare August 16, 2018 18:58
clydin
clydin previously approved these changes Aug 16, 2018
@tomastrajan
Copy link
Contributor

@hansl ah great! Looking forward to seeing it live in CLI! Thanks and have a great day!

@hansl hansl force-pushed the fix-process-title branch 2 times, most recently from c7a2a2f to 04ca274 Compare August 17, 2018 17:49
clydin
clydin previously approved these changes Aug 17, 2018
@hansl hansl force-pushed the fix-process-title branch from 04ca274 to 93bdf75 Compare August 19, 2018 18:03
@hansl hansl merged commit 9595190 into angular:master Aug 19, 2018
@hansl hansl deleted the fix-process-title branch November 28, 2018 23:37
@angular-automatic-lock-bot
Copy link

This issue has been automatically locked due to inactivity.
Please file a new issue if you are encountering a similar or related problem.

Read more about our automatic conversation locking policy.

This action has been performed automatically by a bot.

@angular-automatic-lock-bot angular-automatic-lock-bot bot locked and limited conversation to collaborators Sep 12, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
target: major This PR is targeted for the next major release
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Display app name in process.title if running specific app
4 participants