mirror of
https://github.com/verdaccio/verdaccio.git
synced 2025-02-03 23:09:17 -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.exit(1);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
process.title = config.web && config.web.title || 'verdaccio'
|
||||||
|
|
||||||
afterConfigLoad();
|
afterConfigLoad();
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
Loading…
Add table
Reference in a new issue