mirror of
https://github.com/verdaccio/verdaccio.git
synced 2024-11-13 03:35:52 +01:00
Match shell title with web title
This commit is contained in:
parent
9e59cf75f0
commit
ddcc4935df
@ -64,6 +64,8 @@ try {
|
||||
process.exit(1);
|
||||
}
|
||||
|
||||
process.title = config.web && config.web.title || 'verdaccio'
|
||||
|
||||
afterConfigLoad();
|
||||
|
||||
/**
|
||||
|
Loading…
Reference in New Issue
Block a user