mirror of
https://github.com/verdaccio/verdaccio.git
synced 2025-01-27 22:59:51 -05:00
Match shell title with web title
This commit is contained in:
parent
9e59cf75f0
commit
ddcc4935df
1 changed files with 2 additions and 0 deletions
|
@ -64,6 +64,8 @@ try {
|
|||
process.exit(1);
|
||||
}
|
||||
|
||||
process.title = config.web && config.web.title || 'verdaccio'
|
||||
|
||||
afterConfigLoad();
|
||||
|
||||
/**
|
||||
|
|
Loading…
Add table
Reference in a new issue