mirror of
https://github.com/verdaccio/verdaccio.git
synced 2024-12-16 21:56:25 -05:00
Merge pull request #405 from osher/patch-1
Match shell title with web title
This commit is contained in:
commit
88f3d2cc43
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…
Reference in a new issue